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
|
container_name: mva-backend
|
||||||
ports:
|
ports:
|
||||||
- 6767:3000
|
- 6767:3000
|
||||||
|
volumes:
|
||||||
|
- covers_data:/app/public/covers
|
||||||
mva-frontend:
|
mva-frontend:
|
||||||
image: mva-frontend:latest
|
image: mva-frontend:latest
|
||||||
container_name: mva-frontend
|
container_name: mva-frontend
|
||||||
@@ -13,3 +15,6 @@ services:
|
|||||||
context: ./frontend
|
context: ./frontend
|
||||||
args:
|
args:
|
||||||
- VITE_BACKEND_DOMAIN=${VITE_BACKEND_DOMAIN}
|
- VITE_BACKEND_DOMAIN=${VITE_BACKEND_DOMAIN}
|
||||||
|
|
||||||
|
volumes:
|
||||||
|
covers_data:
|
||||||
|
|||||||
Reference in New Issue
Block a user