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