services: wud: image: getwud/wud:8.0.1 labels: - wud.tag.include=^\d+\.\d+\.\d+$$ container_name: wud hostname: wud volumes: - /var/run/docker.sock:/var/run/docker.sock ports: - 4000:3000 environment: - WUD_PUBLIC_URL=https://wud.example.com - WUD_LOG_LEVEL=info - WUD_TRIGGER_GOTIFY_EXAMPLE_ONCE=false - WUD_TRIGGER_GOTIFY_EXAMPLE_TOKEN=token_aus_gotify - WUD_TRIGGER_GOTIFY_EXAMPLE_URL=http://interne_gotify_ip:8083 - WUD_WATCHER_MYDCS_CRON=0 0 * * *