-
Notifications
You must be signed in to change notification settings - Fork 4.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GeoIP DB : unable to build with docker, behind an HTTP-PROXY #3327
Comments
That step tries to download the latest GEO database. If your proxy is blocking it I'm not sure what we can do. |
hi Mikeao,
EDIT : I have done some tests with CURL and node:https.get : https://gist.github.com/mqu/6e3ea3d75ee8c1c598c47d943e9039b6 |
Hi @mqu were you able to resolve this? |
no ; I have build a docker image somewhere without PROXY constraint and I pull this docker image where I need to run Umami. I don't have enough knowledge to modify download script and not enough time. best regards. |
Describe the Bug
I am trying to build UMANI with docker compose build ; It's working nice on my personnal computer, connected directly on the Internet. But when I want to build on internal network in my company, there is an error when trying to down download GeoDB database with script scripts/
then, here is docker-compose with build section, passing some environment variables:
I need to change BASE_PATH, and I have seen, we need to rebuild Umani docker image to change it's value : this is a build-time environment variable (https://umami.is/docs/environment-variables#build-time-variables).
Database
PostgreSQL
Relevant log output
Which Umami version are you using? (if relevant)
v2.17.0
Which browser are you using? (if relevant)
How are you deploying your application? (if relevant)
docker-compose build - 20.10.17
The text was updated successfully, but these errors were encountered: