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