# Dev override: attach kong + edge functions to the external "dev_edge" network # so the shared Caddy and the dev frps can reach them by DNS name, and set the # dev tunnel base domain for the on-demand-TLS authorizer + frps auth plugin. services: kong: networks: [default, dev_edge] functions: networks: [default, dev_edge] environment: TUNNEL_BASE_DOMAIN: dev.linumiq.net networks: dev_edge: external: true