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