This commit is contained in:
2026-05-04 16:19:17 +02:00
parent 26f6f3d41f
commit e14cb8a654
5 changed files with 9 additions and 0 deletions
+2
View File
@@ -16,6 +16,7 @@ services:
volumes:
- ./backend:/app/backend
- ${SSH_KEY_HOST_DIR}:/root/.ssh:ro
- backend_cache:/app/backend/.cache
restart: unless-stopped
frontend:
@@ -39,3 +40,4 @@ services:
volumes:
frontend_node_modules:
backend_cache: