You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Docker Compose: give build container access to the readthedocs net (#12351)
When working locally, we give access to the `readthedocs` Docker network
to the
container created to perform the build. This gives that container access
to hit
resources like `web:8000`, which is used by the healthcheck API.
With this, we don't need NGROK to be able to hit the servers 👍🏼
0 commit comments