remove constraints on docker service placement

This commit is contained in:
Pim Kunis 2023-07-16 12:06:49 +02:00
parent 3bf589e10e
commit cf5da3f8dd
8 changed files with 1 additions and 61 deletions

View file

@ -21,9 +21,6 @@ services:
- jitsi
- traefik
deploy:
placement:
constraints:
- "node.labels.public == true"
labels:
- traefik.enable=true
- traefik.http.routers.jitsi-web.entrypoints=websecure
@ -57,10 +54,6 @@ services:
jitsi:
aliases:
- xmpp.meet.jitsi
deploy:
placement:
constraints:
- "node.labels.public == true"
jicofo:
image: jitsi/jicofo:stable-8218
@ -74,10 +67,6 @@ services:
- prosody
networks:
- jitsi
deploy:
placement:
constraints:
- "node.labels.public == true"
jvb:
image: jitsi/jvb:stable-8218
@ -96,7 +85,3 @@ services:
networks:
- jitsi
- traefik
deploy:
placement:
constraints:
- "node.labels.public == true"