0

I have installed qwc-docker on Ubuntu 18.04 and it is running quiet good. Now I want to run the service on my URL from my company and not on localhost anymore. Which config-file do I have to change? And what exactly do I have to change?

asked Feb 15, 2023 at 7:29

1 Answer 1

0

The nginx configuration file tells docker on which port to make the website available in the host machine. You just have to route traffic to that port (make use of that port).

Maybe you have a nginx instance configured as a reverse proxy? You add a new configuration using the host IP and port.

Depending on your setup you may also need to edit postgres configuration files and .env.

answered Oct 8, 2023 at 11:56

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.