Compare commits

...

2 Commits

Author SHA1 Message Date
jose-rZM
46128b72e2 Use docker-compose
All checks were successful
Espetos-CI-Multibranch/pipeline/pr-main This commit looks good
2025-12-21 15:01:13 +01:00
jose-rZM
5076933e81 Remove version 2025-12-21 15:01:08 +01:00
2 changed files with 1 additions and 3 deletions

View File

@@ -113,7 +113,7 @@ pipeline {
echo "BACKEND_TAG=${BUILD_NUMBER}" > .env
echo "FRONTEND_TAG=${BUILD_NUMBER}" >> .env
docker compose up -d
docker-compose up -d
'''
}
}

View File

@@ -1,5 +1,3 @@
version: "3.9"
services:
backend:
build: