-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
this updates to use postgres 13 for the database in docker as 11 is no longer supported by django 4.2. See below for update instructions. Also updates django-bootstrap4 to a compatible version and adds django-libsass. To update your docker *before rebuilding* do: docker-compose exec postgres pg_dumpall -U caps > dump.sql Stop docker, docker rebuild and restart which will change the volume used for postgres data. docker-compose exec -T postgres psql -U caps < dump.sql For other branches the existing postgres 11 volume will still remain until you delete it.
- Loading branch information
Showing
3 changed files
with
149 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters