mirror of
https://github.com/furyhawk/cloudy.git
synced 2026-05-23 08:25:57 +00:00
Refactor swarm/secondary.yml to remove placement constraints for emqx service
This commit is contained in:
+3
-3
@@ -20,9 +20,9 @@ services:
|
|||||||
# - 8883:8883
|
# - 8883:8883
|
||||||
# - 18083:18083
|
# - 18083:18083
|
||||||
deploy:
|
deploy:
|
||||||
placement:
|
# placement:
|
||||||
constraints:
|
# constraints:
|
||||||
- node.labels.emqx1.emqx-data1 == true
|
# - node.labels.emqx1.emqx-data1 == true
|
||||||
labels:
|
labels:
|
||||||
- traefik.enable=true
|
- traefik.enable=true
|
||||||
- traefik.docker.network=traefik-public
|
- traefik.docker.network=traefik-public
|
||||||
|
|||||||
Reference in New Issue
Block a user