Add Cloudflare Tunnel compose file

This commit is contained in:
moshferatu 2023-11-14 08:32:02 -08:00
parent 0c4ab869dc
commit b1d03c8605

13
cloudflare-tunnel.yaml Normal file
View File

@ -0,0 +1,13 @@
version: "3"
networks:
cloudflare-tunnel:
external: true
services:
cloudflared:
image: cloudflare/cloudflared:latest
container_name: cloudflared
command: tunnel --no-autoupdate run --token <token>
networks:
cloudflare-tunnel:
ipv4_address: <static ip>
restart: unless-stopped