mirror of
https://github.com/Retropex/btcpayserver-docker.git
synced 2025-05-12 21:10:42 +02:00
13 lines
311 B
YAML
13 lines
311 B
YAML
version: "3"
|
|
|
|
services:
|
|
cloudflared:
|
|
container_name: 'cloudflared-tunnel'
|
|
image: btcpayserver/cloudflared:2024.8.2-4
|
|
command: 'tunnel --no-autoupdate run --token ${CLOUDFLARE_TUNNEL_TOKEN}'
|
|
restart: 'on-failure'
|
|
environment:
|
|
REAL_IP_HEADER: Cf-Connecting-Ip
|
|
links:
|
|
- nginx
|