mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-04-22 07:52:25 +02:00
Removed autoheal from OpenProject
This commit is contained in:
parent
3eb9163412
commit
a6e7303f26
@ -46,8 +46,6 @@ services:
|
|||||||
condition: service_started
|
condition: service_started
|
||||||
seeder:
|
seeder:
|
||||||
condition: service_started
|
condition: service_started
|
||||||
labels:
|
|
||||||
- autoheal=true
|
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ["CMD", "curl", "-f", "http://localhost:8080/health_checks/default"]
|
test: ["CMD", "curl", "-f", "http://localhost:8080/health_checks/default"]
|
||||||
interval: 10s
|
interval: 10s
|
||||||
@ -55,17 +53,6 @@ services:
|
|||||||
retries: 3
|
retries: 3
|
||||||
start_period: 30s
|
start_period: 30s
|
||||||
|
|
||||||
autoheal:
|
|
||||||
image: willfarrell/autoheal:1.2.0
|
|
||||||
container_name: openproject-autoheal
|
|
||||||
{% include 'roles/docker-compose/templates/services/base.yml.j2' %}
|
|
||||||
volumes:
|
|
||||||
- "/var/run/docker.sock:/var/run/docker.sock"
|
|
||||||
environment:
|
|
||||||
AUTOHEAL_CONTAINER_LABEL: autoheal
|
|
||||||
AUTOHEAL_START_PERIOD: 600
|
|
||||||
AUTOHEAL_INTERVAL: 30
|
|
||||||
|
|
||||||
worker:
|
worker:
|
||||||
<<: *app
|
<<: *app
|
||||||
{% include 'roles/docker-compose/templates/services/base.yml.j2' %}
|
{% include 'roles/docker-compose/templates/services/base.yml.j2' %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user