mirror of
https://github.com/samply/bridgehead.git
synced 2025-12-08 03:54:26 +01:00
16 lines
450 B
YAML
16 lines
450 B
YAML
services:
|
|
omics-endpoint:
|
|
build: .
|
|
image: samply/itcc-omics-ingest:workflow
|
|
ports:
|
|
- "8080:8040"
|
|
environment:
|
|
- UPLOAD_DIR=/data/uploads
|
|
volumes:
|
|
- ./uploads:/data/uploads
|
|
labels:
|
|
- "traefik.http.routers.omics.rule=Host(`${HOST}`) && PathPrefix(`/omics`)"
|
|
- "traefik.enable=true"
|
|
- "traefik.http.services.omics.loadbalancer.server.port=8040"
|
|
- "traefik.http.routers.omics.tls=true"
|