Docker Swarm – Serve different stack service with NGINX
I use Swarmpit to control Swarm nodes. There are multiple stacks on Swarm (one for each application) and another stack with NGINX. All the stacks are attached to one external docker network named "public". The web applications is a Laravel…