mirror of
https://github.com/samply/bridgehead.git
synced 2025-12-11 16:37:31 +01:00
refactor and clean up
This commit is contained in:
@@ -1,10 +1,8 @@
|
||||
services:
|
||||
omics-endpoint:
|
||||
build: .
|
||||
image: ghcr.io/samply/itcc-omics-ingest:pr-3
|
||||
image: ghcr.io/samply/itcc-omics-ingest:main
|
||||
environment:
|
||||
- API_KEY=${GENERATE_API_KEY}
|
||||
- RUST_LOG=trace
|
||||
volumes:
|
||||
- /var/cache/bridgehead/omics/data:/data/uploads
|
||||
labels:
|
||||
|
||||
@@ -23,7 +23,6 @@ services:
|
||||
BEAM_PROXY_URL: http://beam-proxy:8081
|
||||
BEAM_PROXY_ID: ${SITE_ID}
|
||||
BEAM_BROKER_ID: ${BROKER_ID}
|
||||
# BEAM_APP_ID: "focus"
|
||||
BEAM_APP_ID: "spot.${SITE_ID}.${BROKER_ID}"
|
||||
CORS_ORIGIN: "https://${HOST}"
|
||||
SITES: ${SITES}
|
||||
|
||||
Reference in New Issue
Block a user