mirror of
https://github.com/JamesTurland/JimsGarage.git
synced 2025-08-13 17:02:23 +00:00
14 lines
276 B
YAML
14 lines
276 B
YAML
services:
|
|
tunnel:
|
|
container_name: cloudflared-tunnel
|
|
image: cloudflare/cloudflared
|
|
restart: unless-stopped
|
|
command: tunnel run
|
|
networks:
|
|
- proxy
|
|
environment:
|
|
- TUNNEL_TOKEN=${CLOUDFLARE_TUNNEL_TOKEN}
|
|
|
|
networks:
|
|
proxy:
|
|
external: true |