Merge branch 'update-to-molgenis-registry' of p281392/molgenis-ops-rancher into master
This commit is contained in:
commit
74dc18414e
@ -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
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user