-
Notifications
You must be signed in to change notification settings - Fork 36
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
Services unavailable on nginx server after docker compose installation #85
Comments
Can you post the api-gateway docker logs? |
Yes, sure. The last 100 rows are:
|
No requests seem to be going through the api-gateway. |
It was a wrong log. I have anoher one. Here is what I have there.
|
I also tried to call
|
Looking at your initially posted nginx.conf again, I see you are running a highly customized setup, so this does not look like an issue with the qwc-docker sample setup. If you need help configuring your setup, please reach out for commercial support (see https://qwc-services.github.io/master/#support). |
But if I run app with default configuration from docker, the result is the same - all the services are not found. |
I followed the installation instruction on my Ubuntu remote server as following: https://qwc-services.github.io/master/QuickStart/
I also configured nginx like this:
But when I try to access any service, for example admin-gui on http://my_server_name/qwc_admin route, it fails with 502 error.
In docker image logs of admin-gui I only see
and no errors. So does any other service. I also created
$CONFIG_PATH
variable and a config file in$CONFIG_PATH/default/adminGuiConfig.json
But I get 502 error again. Am I missing something?
The text was updated successfully, but these errors were encountered: