mirror of
https://github.com/samply/bridgehead.git
synced 2025-12-09 13:44:27 +01:00
endpoint with api key
This commit is contained in:
@@ -1,11 +1,12 @@
|
|||||||
services:
|
services:
|
||||||
omics-endpoint:
|
omics-endpoint:
|
||||||
build: .
|
build: .
|
||||||
image: ghcr.io/samply/itcc-omics-ingest:workflow
|
image: ghcr.io/samply/itcc-omics-ingest:pr-3
|
||||||
ports:
|
ports:
|
||||||
- "6080:6080"
|
- "6080:6080"
|
||||||
environment:
|
environment:
|
||||||
- UPLOAD_DIR=/data/uploads
|
- UPLOAD_DIR=/data/uploads
|
||||||
|
- API_KEY=omics
|
||||||
- RUST_LOG=trace
|
- RUST_LOG=trace
|
||||||
volumes:
|
volumes:
|
||||||
- /srv/docker/data:/data/uploads
|
- /srv/docker/data:/data/uploads
|
||||||
|
|||||||
Reference in New Issue
Block a user