ci/cd: update backend subproject to dirty state and adjust docker-compose configuration
All checks were successful
Deploy to snusxd.site / docker-build (push) Successful in 2m25s

This commit is contained in:
snusxd
2026-04-14 22:21:10 +03:00
parent 27f6d8d233
commit 4c7b17a65e
2 changed files with 4 additions and 1 deletions

Submodule backend updated: 5730d6a5ac...7134437e00

View File

@@ -2,10 +2,13 @@ services:
mva-backend:
image: mva-backend:latest
container_name: mva-backend
restart: unless-stopped
ports:
- 6767:3000
volumes:
- covers_data:/app/public/covers
build:
context: ./backend
mva-frontend:
image: mva-frontend:latest
container_name: mva-frontend