add superset airbyte setup and merge md file
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user