services: molgenis: image: registry.webhosting.rug.nl/molgenis:2.0.1 ports: - 8080 links: - db volumes: - molgenis-data:/opt/molgenis labels: 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: driver: local molgenis-data: driver: local