hello,
i have a GPU Server and several microservers
GPU Server : https://hub.domain.tld https://database.domain.tld https://dashboard.domain.tld
Microserver : https://user.domain.tld/vscode https://user.domain.tld/questdb https://user.domain.tld/grafana
Docker compose : on microserver: code-server, questDB, Grafana
Connection to the WebApps is established with ip address and port configuration 8080, 9000, 3000 respectively.
connection on https://user.domain.tld/vscode is established as expected.
Issue:
connection on https://user.domain.tld/questdb is established but the page is not loaded completely
connection on https://user.domain.tld/grafana is not established with 404 Not Found error page.
I really do not know where the issue comes from? Nginx configuration or Docker compose yaml file
thank you for your help
attached the network configuration and the nginx config file.