We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 093530e commit f5f05d5Copy full SHA for f5f05d5
3 files changed
docker-compose.yml
@@ -126,7 +126,6 @@ services:
126
- LRW_DB_PASSWORD=caliper
127
- LRW_COLLECTION=mongoEvent
128
volumes:
129
- - ./superset-db/init:/docker-entrypoint-initdb.d
130
- superset-db:/var/lib/postgresql/data
131
jupyterhub:
132
build: jupyterhub
superset-db/Dockerfile
@@ -14,3 +14,5 @@ WORKDIR /usr/local/src
14
RUN git clone https://github.com/udzuki/yam_fdw.git && \
15
cd yam_fdw && \
16
python3 setup.py install
17
+
18
+COPY setup.sh /docker-entrypoint-initdb.d/
superset-db/init/setup.sh superset-db/setup.shsuperset-db/init/setup.sh renamed to superset-db/setup.sh
0 commit comments