11 lines
311 B
YAML
11 lines
311 B
YAML
tunnel: ${CF_TUNNEL_ID}
|
|
credentials-file: ${CF_TUNNEL_CREDENTIALS_FILE}
|
|
ingress:
|
|
- hostname: api.${CF_DOMAIN}
|
|
service: http://localhost:3000
|
|
- hostname: agents.${CF_DOMAIN}
|
|
service: http://localhost:3030
|
|
- hostname: web.${CF_DOMAIN}
|
|
service: http://localhost:3000
|
|
- service: http_status:404
|