Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Portals committed Aug 26, 2024
1 parent edf3700 commit 10049f5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .devcontainer/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,25 @@ services:
command: sleep infinity

db:
container_name: db
image: postgres:16
restart: unless-stopped
environment:
POSTGRES_PASSWORD: "postgres"
volumes:
- postgres-data:/var/lib/postgresql/data
ports:
- "5432:5432"

redis:
container_name: redis
image: redis:5.0
restart: always
ports:
- "6379:6379"

gotify:
container_name: gotify
image: cthit/gotify:latest
environment:
GOTIFY_PRE-SHARED-KEY: "123abc"
Expand Down

0 comments on commit 10049f5

Please sign in to comment.