🔪🐛 Fix docker volume in wrong directory
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:
parent
95ddcbaf13
commit
0e83172558
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user