Снова обновил compouse файл
Deploy Telegram Bot / deploy (push) Successful in 12s

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