services: cloudflared: image: cloudflare/cloudflared:2026.1.2 container_name: ${CONTAINER_NAME} restart: always network_mode: host command: tunnel --no-autoupdate run --token ${CFD_TOKEN} labels: createdBy: "Apps"