fix docker compose

This commit is contained in:
2026-07-06 22:30:35 +07:00
parent 6be4142487
commit b7219cfff9
+4 -2
View File
@@ -21,11 +21,13 @@ services:
postgres:
image: postgres:15
container_name: postgres15
container_name: postgres_evening_detective_server
environment:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres
POSTGRES_PASSWORD: detective
POSTGRES_DB: evening_detective_server
TZ: Asia/Barnaul # Для системного времени контейнера
PGTZ: Asia/Barnaul # Специфичная для PostgreSQL переменная
ports:
- "5432:5432"
volumes: