Skip to content

Commit

Permalink
Added options for sequencing development
Browse files Browse the repository at this point in the history
  • Loading branch information
goetzrrGit committed May 23, 2024
1 parent 0aa08c3 commit 74e9d49
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,8 @@ services:
aerie_sequencing:
build:
context: ./sequencing-server
dockerfile: Dockerfile.dev
dockerfile: Dockerfile
#dockerfile: Dockerfile.dev #-- Uncomment for development
container_name: aerie_sequencing
depends_on: ["postgres"]
environment:
Expand All @@ -93,6 +94,7 @@ services:
TRANSPILER_ENABLED: "true"
image: aerie_sequencing
ports: ["27184:27184"]
#ports: [ "27184:27184",'9229:9229'] #-- Uncomment for development
restart: always
volumes:
- ./sequencing-server:/app:cached
Expand Down

0 comments on commit 74e9d49

Please sign in to comment.