Skip to content

Commit ada7e07

Browse files
committed
Fix missing postgresql volume
1 parent df32138 commit ada7e07

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docker-compose.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ services:
3131
- POSTGRES_USER=hackergame
3232
- POSTGRES_PASSWORD=${DB_PASSWORD}
3333
- POSTGRES_DB=hackergame
34+
volumes:
35+
- hackergame-postgresql:/var/lib/postgresql/data/
3436
pgbouncer:
3537
container_name: hackergame-pgbouncer
3638
image: edoburu/pgbouncer:latest
@@ -60,3 +62,4 @@ services:
6062
volumes:
6163
hackergame-static:
6264
nginx-log:
65+
hackergame-postgresql:

0 commit comments

Comments
 (0)