Skip to content

Commit

Permalink
Added knobs for sequencing server deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
goetzrrGit committed May 23, 2024
1 parent 74e9d49 commit d891afc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions deployment/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,9 @@ services:
SEQUENCING_DB_USER: "${SEQUENCING_USERNAME}"
SEQUENCING_DB_PASSWORD: "${SEQUENCING_PASSWORD}"
SEQUENCING_LOCAL_STORE: /usr/src/app/sequencing_file_store
SEQUENCING_WORKER_NUM: 8
SEQUENCING_MAX_WORKER_HEAP_MB: 1000
TRANSPILER_ENABLED: "true"
image: "${REPOSITORY_DOCKER_URL}/aerie-sequencing:${DOCKER_TAG}"
ports: ["27184:27184"]
restart: always
Expand Down

0 comments on commit d891afc

Please sign in to comment.