ci/cd: added docker compose support

This commit is contained in:
snusxd
2026-04-11 13:51:36 +03:00
parent e23fb5ff0e
commit 168dac7aa8
4 changed files with 30 additions and 3 deletions

6
docker-compose.yml Normal file
View File

@@ -0,0 +1,6 @@
services:
mva-backend:
image: mva-backend:latest
container_name: mva-backend
ports:
- 6767:3000