mirror of
https://github.com/opf/openproject-deploy.git
synced 2026-02-14 16:59:51 +00:00
Merge branch 'dev' into stable/12
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user