Решил проблему с pg_data
Deploy Telegram Bot / deploy (push) Failing after 7s

This commit is contained in:
2026-04-15 17:27:13 +03:00
parent eca82350f6
commit bfca22ba08
+3 -1
View File
@@ -8,7 +8,9 @@ services:
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD} POSTGRES_PASSWORD: ${POSTGRES_PASSWORD}
POSTGRES_DB: gmrelay_db POSTGRES_DB: gmrelay_db
volumes: volumes:
- pgdata:/var/lib/postgresql/data pgdata:
external: true
name: game_pgdata
ports: ports:
- "5432:5432" - "5432:5432"
healthcheck: healthcheck: