mirror of
https://github.com/apache/superset.git
synced 2026-04-07 10:31:50 +00:00
Docker support (#8725)
* Moving Docker stuff around * docker-compose working as expected * Updating README * Addressing comments * Utilizing requirements-extra
This commit is contained in:
committed by
Daniel Vaz Gaspar
parent
69dcaca324
commit
fce49680d7
9
.gitignore
vendored
9
.gitignore
vendored
@@ -46,7 +46,7 @@ env_py3
|
||||
envpy3
|
||||
env36
|
||||
local_config.py
|
||||
superset_config.py
|
||||
/superset_config.py
|
||||
superset.egg-info/
|
||||
superset/bin/supersetc
|
||||
tmp
|
||||
@@ -67,13 +67,6 @@ yarn-error.log
|
||||
venv
|
||||
@eaDir/
|
||||
|
||||
# Docker
|
||||
./Dockerfile
|
||||
./docker-build.sh
|
||||
./docker-compose.yml
|
||||
./docker-entrypoint.sh
|
||||
./docker-init.sh
|
||||
|
||||
# Test data
|
||||
celery_results.sqlite
|
||||
celerybeat-schedule
|
||||
|
||||
Reference in New Issue
Block a user