Replies: 1 comment
-
It works fine, the issue was a proxy server which prevented http-services to be accessed. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Basically what i have is a docker-compose.yml file where i spin up a custom postgres container and some other services. I have a custom network for this, since i don't want to run on the host network within my Pipeline. When i run my my server using this definition:
It works fine. But i can't access the geoserver from my other services via the service name "geoserver". I tried mounting a custom ./settings path providing a server.xml:
Do i need to change or add something in my server.xml? Is there an easy way to make geoserver accessible through my docker network?
Beta Was this translation helpful? Give feedback.
All reactions