Docker compose next js multiple replicas ports
I am trying to figure out how can I run next js with docker compose having multiple replicas. If someone has done it, can you share an example maybe? The thing I do not quite understand is if it possible to run multiple replicas behind the single domain and have load balanced using existing traefik setup or should I deploy my own load balancer as part of docker compose. Thank you in advance for any help 🙂
0 Replies