added scripts for deploy backend

This commit is contained in:
2025-03-04 18:23:37 +01:00
parent c9b55aa0ed
commit f6e3793193
4 changed files with 23 additions and 1 deletions

View File

@@ -0,0 +1,3 @@
source ./../setup/set-global-env.sh
chmod +x ./../../apps/backend/src/entrypoint.sh
docker compose -f ./../../apps/backend/docker-compose.overwrite.yml --env-file ./../../env/${ENVIRONMENT}/.env.database --env-file ./../../env/${ENVIRONMENT}/.env.backend --profile backend up