Atualizar o docker-compose.yml

This commit is contained in:
Welton Moura
2025-07-02 17:45:40 -03:00
committed by GitHub
parent a81916925f
commit 671fc5d34b

View File

@@ -35,6 +35,9 @@ services:
dockerfile: Dockerfile dockerfile: Dockerfile
ports: ports:
- "8000:8000" - "8000:8000"
depends_on:
db:
condition: service_healthy
healthcheck: healthcheck:
test: ["CMD", "curl", "-f", "http://0.0.0.0:8000/"] test: ["CMD", "curl", "-f", "http://0.0.0.0:8000/"]