Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Portals committed Jun 8, 2024
1 parent fc5a6b5 commit 87b7682
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ services:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: example
ports:
- '5432'
- '5432:5432'

redis:
image: redis:5.0
ports:
- '6379'
- '6379:6379'

gotify:
image: cthit/gotify
Expand All @@ -21,4 +21,4 @@ services:
GOTIFY_MOCK-MODE: "true"
GOTIFY_DEBUG-MODE: "true"
ports:
- '8080'
- '8080:8080'

0 comments on commit 87b7682

Please sign in to comment.