Hi,
I'm trying to setup my own instance with multi-container docker-compose.yml
file with nginxproxymanager as reverse proxy (already used for several services running on the server).
Is there anyone who already tested this configuration ? Can I remove the nginx configuration from docker-compose.yml
file and setup npm to send traffic directly to the api container on port 5000 ?
Thank you in advance !