mirror of
https://github.com/samply/bridgehead.git
synced 2025-12-08 06:14:26 +01:00
17 lines
486 B
YAML
17 lines
486 B
YAML
services:
|
|
omics-endpoint:
|
|
build: .
|
|
image: ghcr.io/samply/itcc-omics-ingest:workflow
|
|
ports:
|
|
- "6080:6080"
|
|
environment:
|
|
- UPLOAD_DIR=/data/uploads
|
|
- RUST_LOG=trace
|
|
volumes:
|
|
- /srv/docker/data:/data/uploads
|
|
labels:
|
|
- "traefik.http.routers.omics.rule=Host(`${HOST}`) && PathPrefix(`/api`)"
|
|
- "traefik.enable=true"
|
|
- "traefik.http.services.omics.loadbalancer.server.port=6080"
|
|
- "traefik.http.routers.omics.tls=true"
|