1
0

fix(docker-compose): turn off global scheduling

This commit is contained in:
sido
2018-03-17 22:29:32 +01:00
parent bb0c6d2597
commit 56653bf9b1
7 changed files with 1 additions and 31 deletions

View File

@ -9,8 +9,6 @@ services:
volumes:
- molgenis-data
labels:
io.rancher.sidekicks: molgenis-data
io.rancher.scheduler.global: true
traefik.frontend.rule: Host:${DOMAINS}
traefik.backend: ${TRAEFIK_BACKEND}
traefik.enable: true
@ -26,8 +24,6 @@ services:
- 5432
volumes:
- postgres-data
labels:
io.rancher.scheduler.global: true
volumes:
molgenis-data: