fix: circular import and internal storage

This commit is contained in:
h
2026-06-02 02:04:59 +02:00
parent f688530eac
commit f3712cfe36
2 changed files with 4 additions and 1 deletions
+2
View File
@@ -26,6 +26,7 @@ services:
required: false
environment:
RUN_ENVIRONMENT: prod
STORAGE__ROOT: /app/storage
volumes:
- ./backend/src:/app/src
- ./backend/sessions:/app/sessions
@@ -45,6 +46,7 @@ services:
required: false
environment:
RUN_ENVIRONMENT: prod
STORAGE__ROOT: /app/storage
volumes:
- ./backend/src:/app/src
- ./frontend/build:/app/static:ro