- fix docker-compose.yml

This commit is contained in:
dmit.b
2026-06-22 19:59:32 +03:00
parent 76fdd3601c
commit 3f92cefa9b
-9
View File
@@ -11,12 +11,6 @@ services:
POSTGRES_DB: family_safety
volumes:
- postgres_data:/var/lib/postgresql/data
healthcheck:
test: ["CMD-SHELL", "pg_isready -U postgres"]
interval: 5s
timeout: 5s
retries: 5
start_period: 10s
app:
build: .
@@ -24,9 +18,6 @@ services:
restart: unless-stopped
ports:
- "9090:9090"
depends_on:
db:
condition: service_healthy
volumes: