I want to create/host multiple applications on 1 server. This will happen through docker-compose. This docker-compose has 3 instances: web, db and nginx.
So each application will start from a docker-compose up command.
The question I still have is: do I need the nxinx inside the docker-compose config, or should I create 1 nginx config?
Why this question? I want to run a single command to run 1 application, instead of running a command and alter the nginx config over and over again.
Can someone help me please? Thanks in advance!