ci/cd: update backend subproject to dirty state and add volume configuration
All checks were successful
Deploy to snusxd.site / docker-build (push) Successful in 58s

This commit is contained in:
snusxd
2026-04-14 13:17:03 +03:00
parent 130b18caed
commit 4b1365da20
2 changed files with 6 additions and 1 deletions

Submodule backend updated: e13f9189df...4bdd791647

View File

@@ -4,6 +4,8 @@ services:
container_name: mva-backend
ports:
- 6767:3000
volumes:
- covers_data:/app/public/covers
mva-frontend:
image: mva-frontend:latest
container_name: mva-frontend
@@ -13,3 +15,6 @@ services:
context: ./frontend
args:
- VITE_BACKEND_DOMAIN=${VITE_BACKEND_DOMAIN}
volumes:
covers_data: