generated from VLADIMIR/template
fix docker compose
This commit is contained in:
+4
-2
@@ -21,11 +21,13 @@ services:
|
|||||||
|
|
||||||
postgres:
|
postgres:
|
||||||
image: postgres:15
|
image: postgres:15
|
||||||
container_name: postgres15
|
container_name: postgres_evening_detective_server
|
||||||
environment:
|
environment:
|
||||||
POSTGRES_USER: postgres
|
POSTGRES_USER: postgres
|
||||||
POSTGRES_PASSWORD: postgres
|
POSTGRES_PASSWORD: detective
|
||||||
POSTGRES_DB: evening_detective_server
|
POSTGRES_DB: evening_detective_server
|
||||||
|
TZ: Asia/Barnaul # Для системного времени контейнера
|
||||||
|
PGTZ: Asia/Barnaul # Специфичная для PostgreSQL переменная
|
||||||
ports:
|
ports:
|
||||||
- "5432:5432"
|
- "5432:5432"
|
||||||
volumes:
|
volumes:
|
||||||
|
|||||||
Reference in New Issue
Block a user