Atualizar o docker-compose.yml

This commit is contained in:
Welton Moura
2025-07-02 18:23:02 -03:00
committed by GitHub
parent 671fc5d34b
commit d74ed0a27c

View File

@@ -36,8 +36,7 @@ services:
ports:
- "8000:8000"
depends_on:
db:
condition: service_healthy
- db
healthcheck:
test: ["CMD", "curl", "-f", "http://0.0.0.0:8000/"]