services: cloudflared: image: cloudflare/cloudflared:latest container_name: cloudflared user: "0:0" volumes: - ./config:/root/.cloudflared #command: tunnel login #command: tunnel create tunnel_ccalifice command: tunnel --no-autoupdate run restart: always networks: - caddy-net networks: caddy-net: external: true name: caddy-net