Merge branch 'update-to-molgenis-registry' of p281392/molgenis-ops-rancher into master
This commit is contained in:
commit
c28d870ad0
|
@ -18,8 +18,6 @@ services:
|
|||
image: registry.molgenis.org/docker-molgenis-ops-releases/jenkins-agent-buildtools:latest
|
||||
ports:
|
||||
- 22
|
||||
environment:
|
||||
JENKINS_SLAVE_SSH_PUBKEY=
|
||||
volumes:
|
||||
- molgenis-jenkins-agent-buildtools:/var/jenkins_home
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@ services:
|
|||
ports:
|
||||
- 8081
|
||||
volumes:
|
||||
- nexus-data:/nexus-data
|
||||
- molgenis-nexus-data:/nexus-data
|
||||
labels:
|
||||
io.rancher.container.pull_image: always
|
||||
traefik.frontend.rule: Host:${DOMAINS}
|
||||
|
@ -15,8 +15,8 @@ services:
|
|||
traefik.port: 8081
|
||||
|
||||
volumes:
|
||||
nexus-data:
|
||||
driver: rancher-nfs
|
||||
driver_opts:
|
||||
mountOpts: all_squash,anonuid=200,anongid=200
|
||||
onRemove: purge
|
||||
molgenis-nexus-data:
|
||||
driver: local
|
||||
#driver_opts:
|
||||
# mountOpts: all_squash,anonuid=200,anongid=200
|
||||
# onRemove: purge
|
||||
|
|
Loading…
Reference in New Issue