Troubleshooting the cloudflare and the api not communicating
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user