2018-02-28 19:16:49 +01:00
|
|
|
app:
|
2018-03-11 22:58:14 +01:00
|
|
|
image: registry.webhosting.rug.nl/molgenis:2.0.1
|
2018-02-28 19:16:49 +01:00
|
|
|
ports:
|
|
|
|
- 8081:8080
|
|
|
|
links:
|
|
|
|
- db
|
|
|
|
volumes:
|
|
|
|
- app-data:/opt/molgenis
|
|
|
|
labels:
|
2018-03-09 10:46:39 +01:00
|
|
|
io.rancher.container.create_agent: true
|
|
|
|
io.rancher.scheduler.global: true
|
|
|
|
traefik.frontend.rule: Host:${DOMAINS}
|
|
|
|
traefik.backend: ${TRAEFIK_BACKEND}
|
|
|
|
traefik.enable: true
|
|
|
|
traefik.port: 8080
|
2018-02-28 19:16:49 +01:00
|
|
|
db:
|
2018-03-11 22:58:14 +01:00
|
|
|
image: registry.webhosting.rug.nl/molgenis-postgres:2.0.1
|
2018-02-28 19:16:49 +01:00
|
|
|
expose:
|
|
|
|
- 5432
|
|
|
|
volumes:
|
|
|
|
- db-data:/var/lib/postgresql/data
|