fix docker

This commit is contained in:
2026-07-06 23:58:32 +07:00
parent 4f7a63a2c2
commit 9af65d8a89
3 changed files with 7 additions and 7 deletions
+3 -3
View File
@@ -12,7 +12,7 @@ services:
ports:
- "8080:8080"
environment:
- DATABASE_URL: "postgresql://postgres:postgres@postgres:5432/evening_detective_server?sslmode=disable"
DATABASE_URL: "postgresql://postgres:postgres@postgres:5432/evening_detective_server?sslmode=disable"
depends_on:
- postgres
restart: unless-stopped
@@ -26,8 +26,8 @@ services:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: detective
POSTGRES_DB: evening_detective_server
TZ: Asia/Barnaul # Для системного времени контейнера
PGTZ: Asia/Barnaul # Специфичная для PostgreSQL переменная
TZ: Asia/Barnaul # Для системного времени контейнера
PGTZ: Asia/Barnaul # Специфичная для PostgreSQL переменная
ports:
- "5432:5432"
volumes: