add superset airbyte setup and merge md file

This commit is contained in:
jigoong
2026-03-02 21:58:51 +07:00
parent 550d926139
commit 6f6009d63e
15 changed files with 1220 additions and 19 deletions

View File

@@ -1,9 +1,12 @@
services:
superset:
image: apache/superset:latest
#image: apache/superset:latest
build:
context: .
dockerfile: Dockerfile
container_name: superset
env_file:
- ../.env.global
- ../.env
environment:
- SUPERSET_SECRET_KEY=${SUPERSET_SECRET_KEY}
- DATABASE_DIALECT=postgresql
@@ -14,6 +17,10 @@ services:
- DATABASE_PASSWORD=${DB_PASSWORD}
- SUPERSET_LOAD_EXAMPLES=no
- TZ=${TZ:-Asia/Bangkok}
- SUPERSET_BIND_ADDRESS=0.0.0.0
- SUPERSET_PORT=8088
ports:
- "8088:8088"
volumes:
- ./data/superset_home:/app/superset_home
- ./superset_config.py:/app/pythonpath/superset_config.py