This commit is contained in:
+3
-1
@@ -8,7 +8,9 @@ services:
|
||||
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD}
|
||||
POSTGRES_DB: gmrelay_db
|
||||
volumes:
|
||||
- pgdata:/var/lib/postgresql/data
|
||||
pgdata:
|
||||
external: true
|
||||
name: game_pgdata
|
||||
ports:
|
||||
- "5432:5432"
|
||||
healthcheck:
|
||||
|
||||
Reference in New Issue
Block a user