version: "3.7" services: diun: container_name: {{ customer }}-diun image: crazymax/diun:latest command: serve labels: - "diun.enable=true" volumes: - ./data:/data - ./diun.yml:/diun.yml:ro - /var/run/docker.sock:/var/run/docker.sock environment: - TZ=Europe/Paris - DIUN_CONFIG=/diun.yml - LOG_LEVEL=info - LOG_JSON=false restart: always