Skip to content

Commit

Permalink
Merge branch 'master' into stable
Browse files Browse the repository at this point in the history
  • Loading branch information
porterbot committed Feb 29, 2024
2 parents 3f80dc5 + 1bd1c3e commit 1ec90ab
Show file tree
Hide file tree
Showing 11 changed files with 13 additions and 13 deletions.
1 change: 0 additions & 1 deletion containers/ipp/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,3 @@ EXPOSE 8000
CMD [ "uwsgi", \
"--ini", "/app/ipp.ini", \
"--uid", "uwsgi" ]

2 changes: 1 addition & 1 deletion containers/ipp/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.2.0
1.3.0
2 changes: 1 addition & 1 deletion containers/ipp/ipp.ini
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ plugin-dir = /usr/lib/uwsgi
plugin = python3

pythonpath = %(chdir)
pythonpath = /usr/local/lib/python3.6/site-packages
pythonpath = /usr/local/lib/python3.8/site-packages

master = true
processes = 3
Expand Down
7 changes: 6 additions & 1 deletion containers/ipp/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
Jinja2==2.10
Flask==1.0.2
Flask-Admin==1.5.3
Flask-Login==0.4.1
Expand All @@ -8,7 +9,11 @@ flask-mongoengine==0.9.5
Flask-DebugToolbar==0.10.1
Flask-DebugToolbar-Mongo==0.1
Flask-Script==2.0.6
ipdb==0.11
ipdb==0.13
python-dateutil==2.7.3
pytz==2018.5
uwsgi
requests==2.20.0
werkzeug==0.16.1
markupsafe==2.0.1
itsdangerous==2.0.1
1 change: 0 additions & 1 deletion containers/ipp/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@
cd /app/lightsheet-pipeline
source env/bin/activate
./env/bin/uwsgi --ini /app/ipp.ini

2 changes: 1 addition & 1 deletion containers/jacs-async/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
9.18.3
9.18.5
2 changes: 1 addition & 1 deletion containers/jacs-compute/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
9.18.3
9.18.5
2 changes: 1 addition & 1 deletion containers/jacs-init/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.6.4
1.6.5
3 changes: 0 additions & 3 deletions containers/jacs-init/filesystem/api-gateway/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -232,8 +232,5 @@ http {
uwsgi_read_timeout 300;
include uwsgi_params;
}
location /static {
alias /app/ipp;
}
}
}
2 changes: 1 addition & 1 deletion containers/workstation-site-horta/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
9.18.3
9.18.5
2 changes: 1 addition & 1 deletion containers/workstation-site/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
9.18.3
9.18.5

0 comments on commit 1ec90ab

Please sign in to comment.