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
All checks were successful
Deploy to snusxd.site / docker-build (push) Successful in 2m25s
This commit is contained in:
2
backend
2
backend
Submodule backend updated: 5730d6a5ac...7134437e00
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user