We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b6787c commit c400dc9Copy full SHA for c400dc9
.azure/aci-deploy.yaml
@@ -13,7 +13,7 @@ properties:
13
image: undpgeohub.azurecr.io/undp-data/geo-cb-surge:main
14
ports:
15
- port: 22
16
- - port: 443
+ - port: 80
17
resources:
18
requests:
19
cpu: 4
@@ -31,7 +31,7 @@ properties:
31
type: Public
32
33
34
35
dnsNameLabel: cbsurge-rapida
36
volumes:
37
- name: fileshare-volume
entrypoint.sh
@@ -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
20
JUPYTER_PORT=8000
21
fi
0 commit comments