Troubleshooting the cloudflare and the api not communicating

This commit is contained in:
2025-08-21 22:57:48 -04:00
parent 82eed71d7e
commit 7ff3f43c93
2 changed files with 48 additions and 41 deletions

View File

@@ -6,7 +6,7 @@ services:
container_name: greencoast-shard-test
restart: unless-stopped
user: "0:0"
# You can keep these published for local debugging; Tunnel doesn't require them.
# These ports are optional (useful for local debug). Tunnel doesn't need them.
ports:
- "9080:9080" # API
- "9082:9082" # Frontend
@@ -19,7 +19,6 @@ services:
cloudflared:
image: cloudflare/cloudflared:latest
# Use the token you copy from Cloudflare Zero Trust → Tunnels
command: tunnel --no-autoupdate run --token ${CF_TUNNEL_TOKEN}
restart: unless-stopped
depends_on: