Compare commits

...

3 Commits

Author SHA1 Message Date
f902548d57 Merge pull request 'bugfix/main-09-RemoveVersion' (#10) from bugfix/main-09-RemoveVersion into main
Some checks failed
Espetos-CD-Multibranch/pipeline/head This commit looks good
CD/pipeline/head Something is wrong with the build of this commit
Reviewed-on: https://openbokeron.uma.es/gitea/OpenBokeron/TallerCiCd/pulls/10
2025-12-21 15:08:02 +01:00
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 "BACKEND_TAG=${BUILD_NUMBER}" > .env
echo "FRONTEND_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: services:
backend: backend:
build: build: