sodium
This commit is contained in:
@@ -32,7 +32,7 @@ services:
|
||||
- "8088:8088"
|
||||
volumes:
|
||||
- superset_home:/app/superset_home
|
||||
- ./superset_config.py:/app/pythonpath/superset_config.py
|
||||
- ./superset_config.py:/app/pythonpath/superset_config.py:Z
|
||||
command: >
|
||||
sh -c "
|
||||
superset db upgrade &&
|
||||
@@ -46,7 +46,6 @@ services:
|
||||
# https://couchdb.apache.org/
|
||||
couchdb:
|
||||
image: couchdb:${COUCH_DB_VERSION:-3.5}
|
||||
restart: no
|
||||
volumes:
|
||||
- couchdb_data:/opt/couchdb/data
|
||||
ports:
|
||||
@@ -57,7 +56,6 @@ services:
|
||||
|
||||
mongodb:
|
||||
image: mongodb/mongodb-community-server:${MONGODB_VERSION:-8.0-ubi8}
|
||||
restart: no
|
||||
volumes:
|
||||
- mongodb_configdb:/data/configdb
|
||||
- mongodb_data:/data/db
|
||||
|
||||
Reference in New Issue
Block a user