mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-21 17:21:09 +01:00
ci: updated dockerfile
This commit is contained in:
BIN
docker/ghcr/.docker-compose.yml.swp
Normal file
BIN
docker/ghcr/.docker-compose.yml.swp
Normal file
Binary file not shown.
@@ -11,7 +11,7 @@ services:
|
||||
depends_on:
|
||||
- mongo
|
||||
healthcheck:
|
||||
test: ["CMD", "curl", "-f", "http://localhost:8000/health", "||", "exit", "1"]
|
||||
test: ["CMD", "curl", "-f", "http://localhost:8000/health"]
|
||||
interval: 30s
|
||||
timeout: 10s
|
||||
retries: 5
|
||||
@@ -25,7 +25,7 @@ services:
|
||||
depends_on:
|
||||
- master
|
||||
healthcheck:
|
||||
test: ["CMD", "curl", "-f", "http://localhost:8000/health", "||", "exit", "1"]
|
||||
test: ["CMD", "curl", "-f", "http://localhost:8000/health"]
|
||||
interval: 30s
|
||||
timeout: 10s
|
||||
retries: 5
|
||||
|
||||
Reference in New Issue
Block a user