mirror of
https://github.com/Retropex/btcpayserver-docker.git
synced 2025-05-12 21:10:42 +02:00

* 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>
9 lines
250 B
YAML
9 lines
250 B
YAML
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' |