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
+4
View File
@@ -11,6 +11,7 @@ services:
SSH_KEY_NAME: ${SSH_KEY_NAME}
volumes:
- ${SSH_KEY_HOST_DIR}:/root/.ssh:ro
- backend_cache:/app/backend/.cache
restart: unless-stopped
networks:
- web
@@ -64,6 +65,9 @@ services:
- "8080:80"
restart: unless-stopped
volumes:
backend_cache:
networks:
web:
external: true