1
0
Fork 0
molgenis-ops-rancher/templates/nexus/0/docker-compose.yml

20 lines
410 B
YAML
Raw Normal View History

2018-04-10 22:05:47 +02:00
version: '2'
services:
nexus:
2018-04-10 22:05:47 +02:00
image: sonatype/nexus3:latest
ports:
- 8081
- 5000
2018-04-10 22:05:47 +02:00
volumes:
- molgenis-nexus-data:/nexus-data
2018-04-10 22:05:47 +02:00
labels:
io.rancher.container.pull_image: always
traefik.frontend.rule: Host:${DOMAINS}
traefik.backend: ${TRAEFIK_BACKEND}
traefik.enable: true
traefik.port: 8081
volumes:
molgenis-nexus-data:
2018-04-20 13:36:33 +02:00
driver: rancher-nfs