Skip to content

Commit

Permalink
Merge pull request #1043 from makeabilitylab/prod-postgres-upgrade
Browse files Browse the repository at this point in the history
Add env settings to use postgres:16 image in prod
  • Loading branch information
jonfroehlich committed Sep 27, 2023
2 parents fcbc681 + 6097a81 commit e5b29c7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions makeabilitylabwebsite/rebuildanddeploy.sh
Expand Up @@ -17,6 +17,8 @@ elif [[ $(hostname -s) == $PROD_HOST ]] ; then
export DJANGO_ENV=PROD
export MEDIA_PATH=/cse/web/research/makelab/www
export CONFIG_PATH=/cse/web/research/makelab/secret/config.ini
export POSTGRES_IMAGE=postgres:16
export POSTGRES_VOLUME=postgres16-data
else
export DJANGO_ENV=DEBUG
fi
Expand Down

0 comments on commit e5b29c7

Please sign in to comment.