This commit is contained in:
Yax 2026-04-01 19:01:07 +02:00
parent bb4aa9bb35
commit 9ab3981338

View file

@ -0,0 +1,16 @@
services:
diun:
image: crazymax/diun:latest
container_name: diun
command: serve
volumes:
- diun-data:/data
- ${ROOT_INSTALL}/data/diun/diun.yml:/diun.yml:ro
- /var/run/docker.sock:/var/run/docker.sock:ro
environment:
- TZ=${TZ}
- LOG_LEVEL=info
- LOG_JSON=false
restart: unless-stopped
volumes:
diun-data: