We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df32138 commit ada7e07Copy full SHA for ada7e07
docker-compose.yml
@@ -31,6 +31,8 @@ services:
31
- POSTGRES_USER=hackergame
32
- POSTGRES_PASSWORD=${DB_PASSWORD}
33
- POSTGRES_DB=hackergame
34
+ volumes:
35
+ - hackergame-postgresql:/var/lib/postgresql/data/
36
pgbouncer:
37
container_name: hackergame-pgbouncer
38
image: edoburu/pgbouncer:latest
@@ -60,3 +62,4 @@ services:
60
62
volumes:
61
63
hackergame-static:
64
nginx-log:
65
+ hackergame-postgresql:
0 commit comments