services: molgenis: image: registry.webhosting.rug.nl/molgenis:2.0.1 ports: - 8080 links: - db volumes: - molgenis-data:/opt/molgenis labels: io.rancher.scheduler.global: true traefik.frontend.rule: Host:${DOMAINS} traefik.backend: ${TRAEFIK_BACKEND} traefik.enable: true traefik.port: 8080 postgres: image: registry.webhosting.rug.nl/molgenis-postgres:2.0.1 expose: - 5432 volumes: - postgres-data:/var/lib/postgresql/data volumes: postgres-data: molgenis-data: elastic-data: driver: local