Skip to content

Commit

Permalink
remove unnecessary env vars from docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
juliangruendner committed May 23, 2023
1 parent 774a1bb commit 7c3a4e3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@ services:
- BACKEND_CLIENT_ID=${BACKEND_CLIENT_ID:-"feasibility-gui"}
- BACKEND_CLIENT_SECRET=${BACKEND_CLIENT_SECRET:-"test"}
- KEYCLOAK_TOKEN_URL=${KEYCLOAK_TOKEN_URL:-"https://localhost/auth/realms/feasibility/protocol/openid-connect/token"}
- DB_HOST=${DB_HOST:-"localhost"}
- DB=${DB:-"codex_ui"}
- DB_USER=${DB_USER:-"guidbuser"}
- DB_PW=${DB_PW:-"guidbpw"}
- CONFLUENCE_API_BASE_URL=${CONFLUENCE_API_BASE_URL:-""}
- CONFLUENCE_PAGE_ID=${CONFLUENCE_PAGE_ID:-""}
- CONF_USER=${CONF_USER:-"username"}
Expand Down

0 comments on commit 7c3a4e3

Please sign in to comment.