We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fcbc681 + 6097a81 commit e5b29c7Copy full SHA for e5b29c7
makeabilitylabwebsite/rebuildanddeploy.sh
@@ -17,6 +17,8 @@ elif [[ $(hostname -s) == $PROD_HOST ]] ; then
17
export DJANGO_ENV=PROD
18
export MEDIA_PATH=/cse/web/research/makelab/www
19
export CONFIG_PATH=/cse/web/research/makelab/secret/config.ini
20
+ export POSTGRES_IMAGE=postgres:16
21
+ export POSTGRES_VOLUME=postgres16-data
22
else
23
export DJANGO_ENV=DEBUG
24
fi
0 commit comments