Skip to content

Commit

Permalink
OpenConceptLab/ocl_issues#1338 | docker-compose | env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
snyaggarwal committed Aug 1, 2022
1 parent 8354a18 commit 91cbc63
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@ services:
- AWS_REGION_NAME
- ERRBIT_URL
- ERRBIT_KEY
- OIDC_RP_CLIENT_ID
- OIDC_RP_CLIENT_SECRET
- OIDC_SERVER_URL=${OIDC_SERVER_URL-http://localhost:8080}
- OIDC_REALM=${OIDC_REALM-ocl}
healthcheck:
test: "curl --silent --fail http://localhost:8000/version/ || exit 1"
celery:
Expand Down Expand Up @@ -159,6 +163,7 @@ services:
environment:
- KEYCLOAK_ADMIN=${KEYCLOAK_ADMIN-root}
- KEYCLOAK_ADMIN_PASSWORD=${KEYCLOAK_ADMIN_PASSWORD-Root123}
- KC_HOSTNAME=${KC_HOSTNAME-localhost}
restart: "always"
healthcheck:
test: "curl --silent --fail http://localhost:8080/health || exit 1"
Expand Down

0 comments on commit 91cbc63

Please sign in to comment.