🔪🐛 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_FROM_DATE
|
||||||
- TRANSACTION_RELATIVE_TO_DATE
|
- TRANSACTION_RELATIVE_TO_DATE
|
||||||
volumes:
|
volumes:
|
||||||
- cache:/${ACTUAL_DATA_DIR:-.cache}
|
- cache:/app/${ACTUAL_DATA_DIR:-.cache}
|
||||||
- data:/${DB_DIRECTORY:-data}
|
- data:/app/${DB_DIRECTORY:-data}
|
||||||
|
|
||||||
# TODO change volume name from hostexecutor-*
|
# TODO change volume name from hostexecutor-*
|
||||||
volumes:
|
volumes:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user