Files
kendricklab/remote_access/cloudflared/docker-compose.yml
2025-12-18 22:32:31 +00:00

23 lines
580 B
YAML

services:
cloudflared:
image: cloudflare/cloudflared:latest
container_name: cloudflared
restart: unless-stopped
command: tunnel run
volumes:
- ${CONFIG_ROOT}/cloudflared:/etc/cloudflared
environment:
- TUNNEL_TOKEN=${TUNNEL_TOKEN}
labels:
homepage.group: "Remote Access"
homepage.name: "Cloudflared"
homepage.icon: "cloudflare.png"
homepage.href: "https://one.dash.cloudflare.com"
homepage.description: "Cloudflare Tunnel"
networks:
- traefik_public
networks:
traefik_public:
external: true