🔪🐛 Fix docker volume in wrong directory
All checks were successful
Deploy application / deploy (push) Successful in 3s

This commit is contained in:
Martin Berg Alstad 2025-02-14 17:08:10 +01:00
parent 95ddcbaf13
commit 0e83172558
Signed by: martials
GPG Key ID: A3824877B269F2E2

View File

@ -21,8 +21,8 @@ services:
- TRANSACTION_RELATIVE_FROM_DATE
- TRANSACTION_RELATIVE_TO_DATE
volumes:
- cache:/${ACTUAL_DATA_DIR:-.cache}
- data:/${DB_DIRECTORY:-data}
- cache:/app/${ACTUAL_DATA_DIR:-.cache}
- data:/app/${DB_DIRECTORY:-data}
# TODO change volume name from hostexecutor-*
volumes: