mirror of
https://github.com/JamesTurland/JimsGarage.git
synced 2025-08-15 09:42:25 +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
|