Merge branch 'dev' into stable/12

This commit is contained in:
Markus Kahl
2021-12-21 00:42:13 +00:00

View File

@@ -71,13 +71,14 @@ services:
- cache
- seeder
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:80/health_checks/default"]
test: ["CMD", "curl", "-f", "http://localhost:8080/health_checks/default"]
interval: 10s
timeout: 3s
retries: 3
start_period: 30s
autoheal:
image: willfarrell/autoheal
image: willfarrell/autoheal:1.2.0
volumes:
- "/var/run/docker.sock:/var/run/docker.sock"
environment: