update
Some checks are pending
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-10 15:36:59 +01:00
commit 0fd4e9d32a
Signed by: gesang
GPG key ID: 6CE35141D31CEAFB
2 changed files with 6 additions and 0 deletions

3
.gitignore vendored
View file

@ -4,7 +4,10 @@
/neodb.env /neodb.env
/typings /typings
/upgrade /upgrade
<<<<<<< HEAD
.compose.override.yml .compose.override.yml
=======
>>>>>>> b0ec90060ab08edd9f9fc48cd8125e82dedbafd3
# Byte-compiled / optimized / DLL files # Byte-compiled / optimized / DLL files
__pycache__/ __pycache__/

View file

@ -93,7 +93,10 @@ x-shared:
- ${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 - ./custom/edition.custom.html:/neodb/catalog/templates/edition.html
<<<<<<< HEAD
- ./custom/common_libs.custom.html:/neodb/common/templates/common_libs.html - ./custom/common_libs.custom.html:/neodb/common/templates/common_libs.html
=======
>>>>>>> b0ec90060ab08edd9f9fc48cd8125e82dedbafd3
depends_on: depends_on:
- redis - redis
- neodb-db - neodb-db