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
Is your feature request related to a problem? Please describe.
My docker server needs to use a proxy to be able to communicate with internet (in this case to download the pbf files)
Describe the solution you'd like
Some way to tell the container to use my squid proxy to be able to connect to geofabrik servers
What I usually do and didn't work in this case
I add these two environment variables on my docker-compose file
HTTP_PROXY and HTTPS_PROXY
even though I added those variables, whenever I try to construct and run the container it get's stuck at downloading the pbf file, clearly because it can't reach the server.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
My docker server needs to use a proxy to be able to communicate with internet (in this case to download the pbf files)
Describe the solution you'd like
Some way to tell the container to use my squid proxy to be able to connect to geofabrik servers
What I usually do and didn't work in this case
I add these two environment variables on my docker-compose file
HTTP_PROXY and HTTPS_PROXY
even though I added those variables, whenever I try to construct and run the container it get's stuck at downloading the pbf file, clearly because it can't reach the server.
The text was updated successfully, but these errors were encountered: