cloudflare-https

This commit is contained in:
James Turland
2025-03-26 13:06:47 +00:00
parent fe7e815482
commit b295a6e4cc
2 changed files with 40 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
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