1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-16 11:58:47 +00:00

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

@ -6,7 +6,7 @@ FROM arm32v7/debian:buster
MAINTAINER EasyPi Software Foundation MAINTAINER EasyPi Software Foundation
# Configure environment # Configure environment
ENV SUPERSET_VERSION=0.37.0 \ ENV SUPERSET_VERSION=1.0.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 \

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

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

@ -20,7 +20,7 @@ services:
restart: unless-stopped restart: unless-stopped
superset: superset:
image: amancevice/superset:0.37.0 image: amancevice/superset:1.0.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:0.37.0 image: amancevice/superset:1.0.0
command: celery worker command: celery worker
volumes: volumes:
- ./data/superset:/etc/superset - ./data/superset:/etc/superset