Skip to content

Commit

Permalink
allow attach chrome debugger
Browse files Browse the repository at this point in the history
  • Loading branch information
birm committed Apr 24, 2024
1 parent 4e78ffe commit 65c5241
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ services:
- "mongo"
ports:
- "4010:4010"
- "9229:9229"
container_name: ca-back
command: node --inspect=0.0.0.0:9229 --prof caracal.js
volumes:
- ./config/login.html:/src/static/login.html
- ./jwt_keys/:/src/keys/
Expand All @@ -28,6 +30,7 @@ services:
MONGO_URI: "mongodb://ca-mongo"
DISABLE_SEC: "true"
ALLOW_PUBLIC: "true"
NUM_THREADS: 1
iip:
build: "https://github.com/camicroscope/iipImage.git#develop"
container_name: ca-iip
Expand Down

0 comments on commit 65c5241

Please sign in to comment.