let compose.yml use the custom template
Some checks are pending
code check / doc (3.12) (push) Waiting to run
code check / lint (3.12) (push) Waiting to run
code check / type-checker (3.12) (push) Waiting to run
Mirror to Codeberg / to_codeberg (push) Waiting to run
unit test / django (3.12) (push) Waiting to run

This commit is contained in:
gesang 2025-03-06 20:12:29 +01:00
parent 87a27aa553
commit 3a2bb41f0d
Signed by: gesang
GPG key ID: 6CE35141D31CEAFB

View file

@ -92,6 +92,7 @@ x-shared:
- ${NEODB_DATA:-../data}/takahe-media:/www/media
- ${NEODB_DATA:-../data}/takahe-cache:/www/cache
- ${NEODB_DATA:-../data}/www-root:/www/root
- ./custom/edition.custom.html:/neodb/catalog/templates/edition.html
depends_on:
- redis
- neodb-db