Override base.html template to brand site
All checks were successful
/ Ansible Lint (push) Successful in 2m9s
All checks were successful
/ Ansible Lint (push) Successful in 2m9s
This commit is contained in:
parent
d26fbf2577
commit
7a1ea7d40e
4 changed files with 269 additions and 1 deletions
|
|
@ -35,6 +35,8 @@ services:
|
|||
- database:database
|
||||
volumes:
|
||||
- /opt/mailman/web:/opt/mailman-web-data
|
||||
- ./configs/settings_local.py:/opt/mailman-web/settings_local.py
|
||||
- ./files/templates:/opt/mailman-web/templates
|
||||
environment:
|
||||
- DATABASE_TYPE=postgres
|
||||
- DATABASE_URL=postgresql://mailman:wvQjbMRnwFuxGEPz@database/mailmandb
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue