update superset

This commit is contained in:
kev 2021-02-01 15:17:01 +08:00
parent 02d21a23f8
commit 39cdbb4764
4 changed files with 5 additions and 4 deletions

View File

@ -6,7 +6,7 @@ FROM arm32v7/debian:buster
MAINTAINER EasyPi Software Foundation
# Configure environment
ENV SUPERSET_VERSION=0.37.0 \
ENV SUPERSET_VERSION=1.0.0 \
SUPERSET_REPO=apache/incubator-superset \
SUPERSET_HOME=/var/lib/superset \
PYTHONPATH=/etc/superset:/home/superset:$PYTHONPATH \

View File

@ -5,4 +5,4 @@ superset:
volumes:
- ./data:/var/lib/superset
- ./data/superset_config.py:/etc/superset/superset_config.py:ro
restart: always
restart: unless-stopped

View File

@ -31,4 +31,5 @@ RESULTS_BACKEND = RedisCache(
port=6379,
key_prefix='superset_results'
)
ENABLE_PROXY_FIX = True

View File

@ -20,7 +20,7 @@ services:
restart: unless-stopped
superset:
image: amancevice/superset:0.37.0
image: amancevice/superset:1.0.0
ports:
- "8088:8088"
volumes:
@ -33,7 +33,7 @@ services:
restart: unless-stopped
worker:
image: amancevice/superset:0.37.0
image: amancevice/superset:1.0.0
command: celery worker
volumes:
- ./data/superset:/etc/superset