fix(docker-compose): remove env from jenkins and updated nexus driver
This commit is contained in:
parent
ddfe409abf
commit
3a3d9e5903
@ -18,8 +18,6 @@ services:
|
|||||||
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:
|
ports:
|
||||||
- 22
|
- 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:
|
||||||
- nexus-data:/nexus-data
|
- molgenis-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,8 +15,8 @@ services:
|
|||||||
traefik.port: 8081
|
traefik.port: 8081
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
nexus-data:
|
molgenis-nexus-data:
|
||||||
driver: rancher-nfs
|
driver: local
|
||||||
driver_opts:
|
#driver_opts:
|
||||||
mountOpts: all_squash,anonuid=200,anongid=200
|
# mountOpts: all_squash,anonuid=200,anongid=200
|
||||||
onRemove: purge
|
# onRemove: purge
|
||||||
|
Loading…
Reference in New Issue
Block a user