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