I followed the guide and my docker-compose is pretty much the same as the one from the example except that I addes some networks (one local and one for nginx). I tried to follow the procedure to add new services as close as I did for other services. Meaning, I add subdomains to the env files and add services to the reverse proxy network. My docker-compose and env files are attached.
{"statusCode":404,"message":"Cannot GET /","error":"Not Found"}
{"statusCode":404,"message":"Cannot GET /","error":"Not Found"}
I get that the docs say to access the website via http and specific port, but the way I understand the reverse proxy is that it forwards requests to the specified subdomain (I specified in the .env file) via https and 443 to the port that the service is internally running on.
Automated nginx proxy for Docker containers using docker-gen - GitHub - nginx-proxy/nginx-proxy: Automated nginx proxy for Docker containers using docker-gen