Description
I am trying to set up the Docs application using Docker Compose, and I want to configure it to work with an external Nginx reverse proxy at the domain https://docs.eeee.com.
Here are the details of my setup:
I have configured Nginx to reverse proxy requests to the Docker container running the application.
The application is expected to be accessible via the specified domain.
However, I am facing some challenges:
There are many services involved, each with its own ports, which makes configuring Nginx quite complex.
The files in env.d are complicated and not very clear for configuration. For example, I am unsure about the purpose of port 8072 and what it is used for.
Could you please provide guidance on the following:
What specific configurations do I need to ensure in the docker-compose.yml file?
Are there any environment variables I need to set for the application to correctly handle the domain?
How should I configure Nginx to properly forward requests to the application running in Docker?
Thank you for your help!
Best regards,
Metadata
Metadata
Assignees
Labels
Type
Projects
Status