Skip to content

Commit

Permalink
Merge pull request #232 from JaerongA/sciviz
Browse files Browse the repository at this point in the history
  • Loading branch information
ttngu207 authored Aug 18, 2023
2 parents 36a8e04 + 0e248ad commit b25b397
Show file tree
Hide file tree
Showing 2 changed files with 139 additions and 232 deletions.
2 changes: 1 addition & 1 deletion aeon/dj_pipeline/webapps/sciviz/docker-compose-remote.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ services:
apk add --update git g++ &&
git clone -b datajoint_pipeline https://github.com/SainsburyWellcomeCentre/aeon_mecha.git &&
pip install -e ./aeon_mecha &&
gunicorn --bind 0.0.0.0:$${PHARUS_PORT} --workers=3 pharus.server:app
gunicorn --bind 0.0.0.0:$${PHARUS_PORT} --workers=4 pharus.server:app
# ports:
# - "5000:5000"
Expand Down
Loading

0 comments on commit b25b397

Please sign in to comment.