Skip to content

Commit ced31a2

Browse files
authored
Merge pull request #50 from udzuki/feat-43-upgrade-superset
feat: Supersetのアップグレード
2 parents 9cf3e8e + 6d6e534 commit ced31a2

72 files changed

Lines changed: 704 additions & 2318 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

README.adoc

Lines changed: 75 additions & 244 deletions

docker-compose.yml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -104,15 +104,15 @@ services:
104104
# - ADMIN_LASTNAME=user
105105
# - ADMIN_EMAIL=admin@fab.org
106106
# - ADMIN_PASSWORD=admin
107+
- SUPERSET_DBUSER=superset
108+
- SUPERSET_DBPASS=superset
107109
superset-db:
108110
build: superset-db
109111
container_name: superset-db
110-
ports:
111-
- "5433:5432"
112-
volumes:
113-
- superset-db:/var/lib/pgsql/9.6/data
114-
user: postgres
115112
environment:
113+
- POSTGRES_USER=superset
114+
- POSTGRES_PASSWORD=superset
115+
- POSTGRES_DB=superset
116116
- LRS_HOST=learninglocker_mongo
117117
- LRS_PORT=27017
118118
- LRS_DB=learninglocker
@@ -125,6 +125,9 @@ services:
125125
- LRW_DB_USER=caliper
126126
- LRW_DB_PASSWORD=caliper
127127
- LRW_COLLECTION=mongoEvent
128+
volumes:
129+
- ./superset-db/init:/docker-entrypoint-initdb.d
130+
- superset-db:/var/lib/postgresql/data
128131
jupyterhub:
129132
build: jupyterhub
130133
container_name: jupyterhub
215 KB
-1.84 MB
Binary file not shown.
-1.96 MB
Binary file not shown.
-422 KB
Binary file not shown.
296 KB

images/jupyterhub/notebooks.png

-340 KB
242 KB
294 KB

0 commit comments

Comments
 (0)