Skip to content

Commit

Permalink
OZ-671: Add SUPERSET_URL to env-substitution (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
enyachoke authored Aug 30, 2024
1 parent cc38807 commit a686b4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/docker-compose-superset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services:
- ozone-analytics
restart: on-failure
environment:
- SUPERSET_PUBLIC_URL=https://${SUPERSET_HOSTNAME}
- SUPERSET_URL=https://${SUPERSET_HOSTNAME}
- KEYCLOAK_URL=https://${KEYCLOAK_HOSTNAME}
- KEYCLOAK_AUTH_SERVER_URL=https://${KEYCLOAK_HOSTNAME}
- SUPERSET_CLIENT_SECRET=${SUPERSET_CLIENT_SECRET}
Expand Down

0 comments on commit a686b4f

Please sign in to comment.