-
Notifications
You must be signed in to change notification settings - Fork 493
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
How to upload to external database Postgres #396
Comments
output
Testing the code above, the Luxembourg file is still downloaded... What I am not doing right? |
The check for That it fails despite having a correct volume mount command could mean that it created a new empty directory instead, because it couldn't find or access the file:
Though I don't think that's the issue, because then it'd have failed downloading and creating the file under the same path as the empty directory. Because you're using Windows, I'd also suggest to start all absolute paths with two slashes |
Ok, thanks for the answer! It was the Windows issue. About the questions related to the external database connection, is there any approach ready yet? Could it be done like sth as this nominatim does? mediagis/nominatim-docker#245 (comment) |
@iaguerri were you able to work out some way to connect to a postgres instance running /outside/ of the docker container? |
Any info about postgres be outside of the docker ? Its possible ? |
Hi, yes, it is possible. In my case I have to deploy it in k8s, so I used kompose to create the yaml files. The and then in the values.yaml file indicate them as env
I hope this can help!! |
Hello,
i'm trying to create a tileserver in docker (to be deployed in Kubernetes).
I need two things:
Is there any way to accomplish these?
Best regards :)
The text was updated successfully, but these errors were encountered: