2018-03-15 00:20:13 +01:00
|
|
|
app:
|
|
|
|
image: registry.webhosting.rug.nl/molgenis/molgenis:4.1.0
|
|
|
|
ports:
|
|
|
|
- 8081:8080
|
|
|
|
links:
|
|
|
|
- db
|
|
|
|
volumes_from:
|
|
|
|
- molgenis-data
|
|
|
|
labels:
|
|
|
|
io.rancher.sidekicks: molgenis-data
|
|
|
|
io.rancher.scheduler.global: true
|
|
|
|
traefik.frontend.rule: Host:${DOMAINS}
|
|
|
|
traefik.backend: ${TRAEFIK_BACKEND}
|
|
|
|
traefik.enable: true
|
|
|
|
traefik.port: 8080
|
2018-03-09 08:03:13 +01:00
|
|
|
|
2018-03-15 00:20:13 +01:00
|
|
|
db:
|
2018-03-09 08:03:13 +01:00
|
|
|
image: postgres:9.6-alpine
|
|
|
|
environment:
|
|
|
|
- POSTGRES_USER=molgenis
|
|
|
|
- POSTGRES_PASSWORD=molgenis
|
|
|
|
- POSTGRES_DB=molgenis
|
2018-03-15 00:20:13 +01:00
|
|
|
expose:
|
2018-03-09 08:03:13 +01:00
|
|
|
- 5432
|
2018-03-15 00:20:13 +01:00
|
|
|
volumes_from:
|
|
|
|
- postgres-data
|
2018-03-09 08:03:13 +01:00
|
|
|
labels:
|
|
|
|
io.rancher.sidekicks: postgres-data
|
|
|
|
io.rancher.scheduler.global: true
|
|
|
|
|
2018-03-15 00:20:13 +01:00
|
|
|
postgres-data:
|
2018-03-09 08:03:13 +01:00
|
|
|
image: busybox
|
|
|
|
labels:
|
|
|
|
io.rancher.container.start_once: true
|
|
|
|
volumes:
|
|
|
|
- /var/lib/postgresql/data/pgdata
|
|
|
|
molgenis-data:
|
|
|
|
image: busybox
|
|
|
|
labels:
|
|
|
|
io.rancher.container.start_once: true
|
|
|
|
volumes:
|
2018-03-15 00:20:13 +01:00
|
|
|
- /opt/molgenis
|