mirror of
https://github.com/welton89/RRBEC.git
synced 2026-04-05 05:25:40 +00:00
Atualizar o docker-compose.yml
This commit is contained in:
@@ -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/"]
|
||||||
|
|||||||
Reference in New Issue
Block a user