Skip to content

Commit

Permalink
add backend support for BACKEND_GIT_EMAIL
Browse files Browse the repository at this point in the history
  • Loading branch information
BorjaEst committed Jul 1, 2024
1 parent d0fab64 commit 24de43b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions .env-example
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ OAUTH_AUTHORITY="https://aai-demo.egi.eu/auth/realms/egi/"
PROJECT_NAME=cookiecutter-web
REPOSITORY_URL="https://github.com/m-team-kit/templates-hub.git"
CORS_ORIGINS="http://localhost,http://localhost:3000,http://localhost:5000,https://localhost"
[email protected]
[email protected]
[email protected]

Expand Down
2 changes: 1 addition & 1 deletion backend
Submodule backend updated from 70e9c9 to f605d5
3 changes: 3 additions & 0 deletions docker-compose.base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ services:
build:
context: backend
dockerfile: dockerfile
args:
GIT_USERNAME: ${PROJECT_NAME?Undefined PROJECT_NAME for git config}
GIT_EMAIL: ${BACKEND_GIT_EMAIL?Undefined BACKEND_GIT_EMAIL for git config}
environment:
PROJECT_NAME: ${PROJECT_NAME}
REPOSITORY_URL: ${REPOSITORY_URL}
Expand Down

0 comments on commit 24de43b

Please sign in to comment.