This commit is contained in:
2026-05-08 12:58:59 +00:00
parent 019664ac78
commit c06a7716c6
2 changed files with 2 additions and 6 deletions
+1 -2
View File
@@ -16,7 +16,7 @@ services:
- "8000:8000"
volumes:
- ./backend:/app/backend
- backend_cache:/app/backend/.cache
- ${BACKEND_CACHE_DIR:-./backend-cache}:/app/backend/.cache
restart: unless-stopped
frontend:
@@ -40,4 +40,3 @@ services:
volumes:
frontend_node_modules:
backend_cache: