mirror of
https://github.com/opf/openproject-deploy.git
synced 2026-02-14 16:59:51 +00:00
Revert "make sure to only autoheal op web"
This reverts commit 5f32ac6b23.
This commit is contained in:
@@ -70,12 +70,10 @@ services:
|
||||
- db
|
||||
- cache
|
||||
- seeder
|
||||
labels:
|
||||
- autoheal=true
|
||||
healthcheck:
|
||||
test: ["CMD", "curl", "-f", "http://localhost:8000/health_checks/default"]
|
||||
interval: 1s
|
||||
timeout: 1s
|
||||
test: ["CMD", "curl", "-f", "http://localhost:8080/health_checks/default"]
|
||||
interval: 10s
|
||||
timeout: 3s
|
||||
retries: 3
|
||||
start_period: 30s
|
||||
|
||||
@@ -84,7 +82,7 @@ services:
|
||||
volumes:
|
||||
- "/var/run/docker.sock:/var/run/docker.sock"
|
||||
environment:
|
||||
AUTOHEAL_CONTAINER_LABEL: autoheal
|
||||
AUTOHEAL_CONTAINER_LABEL: all
|
||||
|
||||
worker:
|
||||
<<: *app
|
||||
|
||||
Reference in New Issue
Block a user