Does this allow scaling up the number of replicas on worker nodes when needed? For example,
`docker service scale emqx.backend=5`
Or does the configuration require 1 replica?
Also, why are there two networks: traefik-public
and local-network
? Are they both overlay networks for the swarm?