add env in compose file

This commit is contained in:
jigoong
2026-02-17 11:20:37 +07:00
parent 6e3fcb95cf
commit bd7b658a6b
2 changed files with 3 additions and 3 deletions

View File

@@ -21,7 +21,7 @@ services:
- shared_data_network
restart: unless-stopped
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:8000/apiservice/docs"]
test: ["CMD", "curl", "-f", "http://localhost:8040/apiservice/docs"]
interval: 30s
timeout: 10s
retries: 3