feat(back-end): files saved in disc
All checks were successful
Build, Test and Deploy / test-backend (push) Successful in 1m13s
Build, Test and Deploy / build-and-push (push) Successful in 16s
Build, Test and Deploy / deploy (push) Successful in 8s

This commit is contained in:
2026-02-12 21:25:29 +01:00
parent 44f9408b22
commit 2eea773ee2
4 changed files with 86 additions and 0 deletions

View File

@@ -18,6 +18,8 @@ services:
restart: always
volumes:
- backend_profiles_${ENV}:/app/profiles
- /mnt/cache/appdata/print-calculator/${ENV}/storage_quotes:/app/storage_quotes
- /mnt/cache/appdata/print-calculator/${ENV}/storage_orders:/app/storage_orders
frontend: