mirror of
https://codeberg.org/Freedium-cfd/web.git
synced 2026-03-11 09:04:37 +00:00
10 lines
255 B
YAML
10 lines
255 B
YAML
services:
|
|
autoheal:
|
|
container_name: freedium_autoheal
|
|
restart: always
|
|
image: willfarrell/autoheal
|
|
environment:
|
|
- AUTOHEAL_CONTAINER_LABEL=all
|
|
volumes:
|
|
- /var/run/docker.sock:/var/run/docker.sock
|
|
stop_grace_period: 2m
|