💾 Volume for cache, default values for envs in compose
All checks were successful
Deploy application / deploy (push) Successful in 3s
All checks were successful
Deploy application / deploy (push) Successful in 3s
This commit is contained in:
@ -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:
|
||||
|
Reference in New Issue
Block a user