mirror of
https://github.com/samply/bridgehead.git
synced 2025-12-09 14:54:26 +01:00
refactor and clean up
This commit is contained in:
@@ -34,7 +34,6 @@ services:
|
|||||||
EPSILON: 0.28
|
EPSILON: 0.28
|
||||||
QUERIES_TO_CACHE: '/queries_to_cache.conf'
|
QUERIES_TO_CACHE: '/queries_to_cache.conf'
|
||||||
ENDPOINT_TYPE: ${FOCUS_ENDPOINT_TYPE:-blaze}
|
ENDPOINT_TYPE: ${FOCUS_ENDPOINT_TYPE:-blaze}
|
||||||
RUST_LOG: trace
|
|
||||||
volumes:
|
volumes:
|
||||||
- /srv/docker/bridgehead/itcc/queries_to_cache.conf:/queries_to_cache.conf:ro
|
- /srv/docker/bridgehead/itcc/queries_to_cache.conf:/queries_to_cache.conf:ro
|
||||||
depends_on:
|
depends_on:
|
||||||
|
|||||||
@@ -1,10 +1,8 @@
|
|||||||
services:
|
services:
|
||||||
omics-endpoint:
|
omics-endpoint:
|
||||||
build: .
|
image: ghcr.io/samply/itcc-omics-ingest:main
|
||||||
image: ghcr.io/samply/itcc-omics-ingest:pr-3
|
|
||||||
environment:
|
environment:
|
||||||
- API_KEY=${GENERATE_API_KEY}
|
- API_KEY=${GENERATE_API_KEY}
|
||||||
- RUST_LOG=trace
|
|
||||||
volumes:
|
volumes:
|
||||||
- /var/cache/bridgehead/omics/data:/data/uploads
|
- /var/cache/bridgehead/omics/data:/data/uploads
|
||||||
labels:
|
labels:
|
||||||
|
|||||||
@@ -23,7 +23,6 @@ services:
|
|||||||
BEAM_PROXY_URL: http://beam-proxy:8081
|
BEAM_PROXY_URL: http://beam-proxy:8081
|
||||||
BEAM_PROXY_ID: ${SITE_ID}
|
BEAM_PROXY_ID: ${SITE_ID}
|
||||||
BEAM_BROKER_ID: ${BROKER_ID}
|
BEAM_BROKER_ID: ${BROKER_ID}
|
||||||
# BEAM_APP_ID: "focus"
|
|
||||||
BEAM_APP_ID: "spot.${SITE_ID}.${BROKER_ID}"
|
BEAM_APP_ID: "spot.${SITE_ID}.${BROKER_ID}"
|
||||||
CORS_ORIGIN: "https://${HOST}"
|
CORS_ORIGIN: "https://${HOST}"
|
||||||
SITES: ${SITES}
|
SITES: ${SITES}
|
||||||
|
|||||||
Reference in New Issue
Block a user