fix(docker-compose): turn off global scheduling
This commit is contained in:
@ -20,7 +20,6 @@ services:
|
||||
- "elasticsearch.transport.addresses=elasticsearch:9300"
|
||||
labels:
|
||||
io.rancher.container.pull_image: always
|
||||
io.rancher.scheduler.global: true
|
||||
traefik.frontend.rule: Host:${DOMAINS}
|
||||
traefik.backend: ${TRAEFIK_BACKEND}
|
||||
traefik.enable: true
|
||||
@ -37,8 +36,6 @@ services:
|
||||
- postgres-data
|
||||
ports:
|
||||
- 5432
|
||||
labels:
|
||||
io.rancher.scheduler.global: true
|
||||
|
||||
opencpu:
|
||||
image: registry.webhosting.rug.nl/molgenis/molgenis-opencpu:stable
|
||||
@ -61,8 +58,6 @@ services:
|
||||
- 9300
|
||||
volumes:
|
||||
- elastic-data
|
||||
labels:
|
||||
io.rancher.scheduler.global: true
|
||||
|
||||
volumes:
|
||||
postgres-data:
|
||||
|
Reference in New Issue
Block a user