Engage autoheal after 10mins and reduce interval to 30s (#52)

Fixes restarting seeder containers when the runtime exceeds 30s. Fixes #50
This commit is contained in:
Oliver Günther
2023-05-11 11:38:58 +02:00
committed by GitHub
parent dd17ff1bb8
commit 78435e0b29

View File

@@ -86,6 +86,8 @@ services:
- "/var/run/docker.sock:/var/run/docker.sock" - "/var/run/docker.sock:/var/run/docker.sock"
environment: environment:
AUTOHEAL_CONTAINER_LABEL: autoheal AUTOHEAL_CONTAINER_LABEL: autoheal
AUTOHEAL_START_PERIOD: 600
AUTOHEAL_INTERVAL: 30
worker: worker:
<<: *app <<: *app