Skip to content

Commit

Permalink
Change the name of the postgres image variable
Browse files Browse the repository at this point in the history
This is so the value is not overidden
  • Loading branch information
bradsawadye committed May 24, 2024
1 parent cf9cf27 commit 3b9816c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dashboard-visualiser-superset/docker-compose.postgres.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3.9"

services:
postgres-metastore:
image: ${POSTGRES_IMAGE}
image: ${SS_POSTGRES_IMAGE}
environment:
POSTGRES_USER: ${SUPERSET_POSTGRESQL_USERNAME}
POSTGRES_PASSWORD: ${SUPERSET_POSTGRESQL_PASSWORD}
Expand Down
2 changes: 1 addition & 1 deletion dashboard-visualiser-superset/package-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dependencies": ["analytics-datastore-clickhouse"],
"environmentVariables": {
"SUPERSET_IMAGE": "apache/superset:3.1.1",
"POSTGRES_IMAGE": "postgres:16.2",
"SS_POSTGRES_IMAGE": "postgres:16.2",
"POSTGRES_METASTORE": "node-2",
"SUPERSET_ENABLED_FEATURE_FLAGS": "DASHBOARD_RBAC",
"SUPERSET_USERNAME": "admin",
Expand Down

0 comments on commit 3b9816c

Please sign in to comment.