1
0
Fork 0

fix(docker-compose): remove env from jenkins and updated nexus driver

This commit is contained in:
sido 2018-04-17 09:02:54 +02:00
parent ddfe409abf
commit 3a3d9e5903
2 changed files with 6 additions and 8 deletions

View File

@ -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

View File

@ -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