| version: "2" | |
| authtoken: ${NGROK_AUTHTOKEN} | |
| tunnels: | |
| fastapi-dev: | |
| addr: host.docker.internal:8000 # Points to localhost:8000 on host | |
| proto: http | |
| schemes: [https, http] | |
| inspect: true | |
| bind_tls: true | |
| web_addr: 0.0.0.0:4040 |
| version: "2" | |
| authtoken: ${NGROK_AUTHTOKEN} | |
| tunnels: | |
| fastapi-dev: | |
| addr: host.docker.internal:8000 # Points to localhost:8000 on host | |
| proto: http | |
| schemes: [https, http] | |
| inspect: true | |
| bind_tls: true | |
| web_addr: 0.0.0.0:4040 |