moving to trpc

This commit is contained in:
2024-11-08 08:16:26 -07:00
parent 3f4d665dd2
commit 9503b208d2
18 changed files with 5151 additions and 8235 deletions

View File

@@ -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/