💾 Volume for cache, default values for envs in compose
All checks were successful
Deploy application / deploy (push) Successful in 3s

This commit is contained in:
2025-02-09 13:54:35 +01:00
parent b6daf4268c
commit 06cc89f762
3 changed files with 6 additions and 3 deletions

View File

@ -21,8 +21,9 @@ services:
- TRANSACTION_RELATIVE_FROM_DATE
- TRANSACTION_RELATIVE_TO_DATE
volumes:
# TODO CACHE directory in volume?
- data:/${DB_DIRECTORY}
- cache:/${ACTUAL_DATA_DIR:-.cache}
- data:/${DB_DIRECTORY:-data}
volumes:
cache:
data: