1
0

Merge branch 'update-to-molgenis-registry' of p281392/molgenis-ops-rancher into master

This commit is contained in:
Sido Haakma 2018-04-16 14:46:52 +00:00 committed by Gogs
commit 74dc18414e
2 changed files with 10 additions and 3 deletions

View File

@ -16,6 +16,10 @@ services:
jenkins-agent-buildtools: jenkins-agent-buildtools:
image: registry.molgenis.org/docker-molgenis-ops-releases/jenkins-agent-buildtools:latest image: registry.molgenis.org/docker-molgenis-ops-releases/jenkins-agent-buildtools:latest
ports:
- 22
environment:
JENKINS_SLAVE_SSH_PUBKEY=
volumes: volumes:
- molgenis-jenkins-agent-buildtools:/var/jenkins_home - molgenis-jenkins-agent-buildtools:/var/jenkins_home

View File

@ -6,7 +6,7 @@ services:
ports: ports:
- 8081 - 8081
volumes: volumes:
- molgenis-nexus-data:/nexus-data - nexus-data:/nexus-data
labels: labels:
io.rancher.container.pull_image: always io.rancher.container.pull_image: always
traefik.frontend.rule: Host:${DOMAINS} traefik.frontend.rule: Host:${DOMAINS}
@ -15,5 +15,8 @@ services:
traefik.port: 8081 traefik.port: 8081
volumes: volumes:
molgenis-nexus-data: nexus-data:
driver: rancher-nfs driver: rancher-nfs
driver_opts:
mountOpts: all_squash,anonuid=200,anongid=200
onRemove: purge