generated from VLADIMIR/template
fix docker compose
This commit is contained in:
+4
-2
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user