Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .azure/aci-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ properties:
image: undpgeohub.azurecr.io/undp-data/geo-cb-surge:main
ports:
- port: 22
- port: 443
- port: 80
resources:
requests:
cpu: 4
Expand All @@ -31,7 +31,7 @@ properties:
type: Public
ports:
- port: 22
- port: 443
- port: 80
dnsNameLabel: cbsurge-rapida
volumes:
- name: fileshare-volume
Expand Down
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ fi

# Determine the port based on the PRODUCTION environment variable
if [ "$PRODUCTION" = "true" ]; then
JUPYTER_PORT=443
JUPYTER_PORT=80
else
JUPYTER_PORT=8000
fi
Expand Down
Loading