Skip to content

Commit

Permalink
Fix missing postgresql volume
Browse files Browse the repository at this point in the history
  • Loading branch information
taoky committed Dec 22, 2023
1 parent f52dc66 commit 3d0d2dc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ services:
- POSTGRES_USER=hackergame
- POSTGRES_PASSWORD=${DB_PASSWORD}
- POSTGRES_DB=hackergame
volumes:
- hackergame-postgresql:/var/lib/postgresql/data/
pgbouncer:
container_name: hackergame-pgbouncer
image: edoburu/pgbouncer:latest
Expand Down Expand Up @@ -60,3 +62,4 @@ services:
volumes:
hackergame-static:
nginx-log:
hackergame-postgresql:

0 comments on commit 3d0d2dc

Please sign in to comment.