mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-12-21 21:33:02 +01:00
upgrade superset to 1.1.0
This commit is contained in:
@@ -6,7 +6,7 @@ FROM arm32v7/debian:buster
|
|||||||
MAINTAINER EasyPi Software Foundation
|
MAINTAINER EasyPi Software Foundation
|
||||||
|
|
||||||
# Configure environment
|
# Configure environment
|
||||||
ENV SUPERSET_VERSION=1.0.0 \
|
ENV SUPERSET_VERSION=1.1.0 \
|
||||||
SUPERSET_REPO=apache/incubator-superset \
|
SUPERSET_REPO=apache/incubator-superset \
|
||||||
SUPERSET_HOME=/var/lib/superset \
|
SUPERSET_HOME=/var/lib/superset \
|
||||||
PYTHONPATH=/etc/superset:/home/superset:$PYTHONPATH \
|
PYTHONPATH=/etc/superset:/home/superset:$PYTHONPATH \
|
||||||
|
|||||||
@@ -20,7 +20,7 @@ services:
|
|||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
superset:
|
superset:
|
||||||
image: amancevice/superset:1.0.0
|
image: amancevice/superset:1.1.0
|
||||||
ports:
|
ports:
|
||||||
- "8088:8088"
|
- "8088:8088"
|
||||||
volumes:
|
volumes:
|
||||||
@@ -33,7 +33,7 @@ services:
|
|||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
worker:
|
worker:
|
||||||
image: amancevice/superset:1.0.0
|
image: amancevice/superset:1.1.0
|
||||||
command: celery worker
|
command: celery worker
|
||||||
volumes:
|
volumes:
|
||||||
- ./data/superset:/etc/superset
|
- ./data/superset:/etc/superset
|
||||||
|
|||||||
Reference in New Issue
Block a user