mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-23 01:39:27 +02:00
9 lines
202 B
YAML
9 lines
202 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: unless-stopped
|