let compose.yml use the custom template

This commit is contained in:
gesang 2025-03-06 20:12:29 +01:00
parent b42a28d511
commit d2833f6e25
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-media:/www/media
- ${NEODB_DATA:-../data}/takahe-cache:/www/cache - ${NEODB_DATA:-../data}/takahe-cache:/www/cache
- ${NEODB_DATA:-../data}/www-root:/www/root - ${NEODB_DATA:-../data}/www-root:/www/root
- ./custom/edition.custom.html:/neodb/catalog/templates/edition.html
depends_on: depends_on:
- redis - redis
- neodb-db - neodb-db