mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-25 02:04:06 +02:00
update superset
This commit is contained in:
parent
02d21a23f8
commit
39cdbb4764
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user