This commit is contained in:
2025-09-17 00:39:54 +02:00
parent da65397dfb
commit 690b10d334
6 changed files with 6579 additions and 6574 deletions

View File

@@ -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