services: cloudflared: image: ${CLOUDFLARED_IMAGE} container_name: cloudflared restart: unless-stopped command: tunnel --no-autoupdate run environment: TUNNEL_TOKEN: ${CLOUDFLARE_TUNNEL_TOKEN} TZ: ${TZ:-America/Mexico_City} networks: - proxy healthcheck: test: ["CMD", "cloudflared", "tunnel", "info"] interval: 30s timeout: 10s retries: 3 networks: proxy: external: true