--- version: "3.5" services: diun: image: crazymax/diun:latest container_name: diun command: serve volumes: - data:/data - /var/run/docker.sock:/var/run/docker.sock - /etc/config/diun/diun-config.yml:/data/config.yml environment: - TZ=Europe/Dublin - LOG_LEVEL=debug - LOG_JSON=false - DIUN_WATCH_WORKERS=20 - DIUN_WATCH_SCHEDULE=0 */6 * * * - DIUN_WATCH_JITTER=30s - DIUN_PROVIDERS_DOCKER=true - DIUN_PROVIDERS_DOCKER_WATCHBYDEFAULT=true - CONFIG=/data/config.yml labels: - diun.enable=true restart: unless-stopped volumes: data: