mirror of
https://github.com/alexmickelson/canvasManagement.git
synced 2026-03-26 07:38:33 -06:00
moving to trpc
This commit is contained in:
@@ -19,23 +19,23 @@ services:
|
||||
|
||||
# https://developers.cloudflare.com/cloudflare-one/connections/connect-networks/
|
||||
# https://github.com/jonas-merkle/container-cloudflare-tunnel
|
||||
# cloudflare-tunnel:
|
||||
# image: cloudflare/cloudflared
|
||||
# container_name: cloudflare-tunnel
|
||||
# restart: unless-stopped
|
||||
# env_file:
|
||||
# - .env
|
||||
# command: tunnel run
|
||||
# volumes:
|
||||
# - /etc/localtime:/etc/localtime:ro
|
||||
# environment:
|
||||
# - "TUNNEL_TOKEN=${CLOUDFLARE_TUNNEL_TOKEN}"
|
||||
# healthcheck:
|
||||
# test: ["CMD", "cloudflared", "--version"]
|
||||
# interval: 30s
|
||||
# timeout: 10s
|
||||
# retries: 3
|
||||
# start_period: 10s
|
||||
cloudflare-tunnel:
|
||||
image: cloudflare/cloudflared
|
||||
container_name: cloudflare-tunnel
|
||||
restart: unless-stopped
|
||||
env_file:
|
||||
- .env
|
||||
command: tunnel run
|
||||
volumes:
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
environment:
|
||||
- TUNNEL_TOKEN=${CLOUDFLARE_TUNNEL_TOKEN}
|
||||
healthcheck:
|
||||
test: ["CMD", "cloudflared", "--version"]
|
||||
interval: 30s
|
||||
timeout: 10s
|
||||
retries: 3
|
||||
start_period: 10s
|
||||
|
||||
|
||||
# https://ngrok.com/docs/using-ngrok-with/docker/
|
||||
|
||||
Reference in New Issue
Block a user