11. debmule fenrus
MKDocs¶
Installation¶
version: "3.9"
services:
fenrus:
image: revenz/fenrus
container_name: Fenrus
healthcheck:
test: timeout 10s bash -c ':> /dev/tcp/127.0.0.1/3000' || exit 1
interval: 10s
timeout: 5s
retries: 3
start_period: 90s
ports:
- 5300:3000
volumes:
- /mnt/data/services/fenrus:/app/data:rw
environment:
TZ: Europe/Paris
docker compose up -d