fix(back-end): shift model
All checks were successful
Build, Test and Deploy / test-backend (push) Successful in 2m31s
Build, Test and Deploy / build-and-push (push) Successful in 1m47s
Build, Test and Deploy / deploy (push) Successful in 9s

This commit is contained in:
2026-02-17 15:35:17 +01:00
parent 2eea773ee2
commit 701a10e886
2 changed files with 21 additions and 8 deletions

View File

@@ -7,8 +7,6 @@ services:
container_name: print-calculator-backend-${ENV}
ports:
- "${BACKEND_PORT}:8000"
env_file:
- .env
environment:
- DB_URL=${DB_URL}
- DB_USERNAME=${DB_USERNAME}
@@ -20,6 +18,7 @@ services:
- 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
- /mnt/cache/appdata/print-calculator/${ENV}/storage_requests:/app/storage_requests
frontend: