mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-14 11:23:02 +02:00
9 lines
194 B
YAML
9 lines
194 B
YAML
superset:
|
|
image: easypi/superset-arm
|
|
ports:
|
|
- "8088:8088"
|
|
volumes:
|
|
- ./data:/var/lib/superset
|
|
- ./data/superset_config.py:/etc/superset/superset_config.py:ro
|
|
restart: always
|