Skip to content

Commit

Permalink
OZ-671: Add SUPERSET_CLIENT_SECRET env to env-substitution and Supers…
Browse files Browse the repository at this point in the history
…et env-substitution dependency (#32)
  • Loading branch information
enyachoke authored Aug 30, 2024
1 parent a678183 commit cc38807
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker/docker-compose-superset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ services:
- SUPERSET_PUBLIC_URL=https://${SUPERSET_HOSTNAME}
- KEYCLOAK_URL=https://${KEYCLOAK_HOSTNAME}
- KEYCLOAK_AUTH_SERVER_URL=https://${KEYCLOAK_HOSTNAME}
- SUPERSET_CLIENT_SECRET=${SUPERSET_CLIENT_SECRET}
volumes:
- "${DISTRO_PATH}:/opt/env-substitution/files"
superset:
Expand All @@ -18,6 +19,8 @@ services:
condition: service_started
superset-init:
condition: service_completed_successfully
env-substitution:
condition: service_completed_successfully
environment: &superset-env
- DATABASE_HOST=${POSTGRES_DB_HOST}
- DATABASE_DB=${SUPERSET_DB}
Expand Down

0 comments on commit cc38807

Please sign in to comment.