Skip to content

Commit da95c8d

Browse files
port updated
1 parent f764c65 commit da95c8d

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,10 @@ RUN pip install -e .
3333

3434
ENV MODULE_NAME="sbmlutils.report.api"
3535
ENV VARIABLE_NAME="api"
36+
ENV PORT="1444"
3637

37-
EXPOSE 80
38+
# EXPOSE 80
39+
EXPOSE 1444
3840

3941
# Run the start script, it will check for an /app/prestart.sh script (e.g. for migrations)
4042
# And then will start Gunicorn with Uvicorn

docker-compose-production.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ services:
2626
expose:
2727
- "1444"
2828
ports:
29-
- "1444:80"
29+
# - "1444:80"
30+
- "1444:1444"
3031
command: ["/start.sh"]
3132

3233
frontend:

0 commit comments

Comments
 (0)