t2m / ngrok-dev.yml
thanhkt's picture
implement core api
50a7bf0
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