1
0

Expose to clearnet using Cloudflare Argo Tunnel (#667)

* added env variable for Cloudflare tunnel and docker fragment

* Persist cloudfare tunnel token

* Use cross platform docker image

* Rename fragment

* Add docs

* Additional docs

* Update doc

* Update doc

* Update doc

Co-authored-by: nicolas.dorier <nicolas.dorier@gmail.com>
This commit is contained in:
Daniel Pereyra Costas
2022-07-01 03:03:06 +02:00
committed by GitHub
parent a703e26324
commit a44871f1ae
9 changed files with 112 additions and 3 deletions

View File

@@ -0,0 +1,9 @@
version: "3"
services:
cloudflared:
container_name: 'cloudflared-tunnel'
image: btcpayserver/cloudflared:2022.6.3
network_mode: host
command: 'tunnel --no-autoupdate run --token ${CLOUDFLARE_TUNNEL_TOKEN}'
restart: 'on-failure'