-
-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove double quotes from docker-compose YAML files as it disrupts ve…
…rsion check from renovate
- Loading branch information
Showing
5 changed files
with
787 additions
and
787 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,93 +1,93 @@ | ||
"services": | ||
"activemq": | ||
"volumes": | ||
services: | ||
activemq: | ||
volumes: | ||
- "./data/activemq/persist:/var/lib/artemis-instance" | ||
"cassandra-server": | ||
"volumes": | ||
cassandra-server: | ||
volumes: | ||
- "./data/cassandra/persist:/var/lib/cassandra" | ||
"clickhouse-server": | ||
"volumes": | ||
clickhouse-server: | ||
volumes: | ||
- "./data/clickhouse/persist:/var/lib/clickhouse" | ||
"cockroachdb": | ||
"volumes": | ||
cockroachdb: | ||
volumes: | ||
- "./data/cockroachdb/persist:/cockroach/cockroach-data" | ||
"dagster": | ||
"volumes": | ||
dagster: | ||
volumes: | ||
- "./data/dagster/persist:/opt/dagster/dagster_home/" | ||
"druid": | ||
"volumes": | ||
druid: | ||
volumes: | ||
- "./data/druid/persist/router_var:/opt/druid/var" | ||
"druid-broker": | ||
"volumes": | ||
druid-broker: | ||
volumes: | ||
- "./data/druid/persist/broker_var:/opt/druid/var" | ||
"druid-coordinator": | ||
"volumes": | ||
druid-coordinator: | ||
volumes: | ||
- "./data/druid/persist/shared:/opt/shared" | ||
- "./data/druid/persist/coordinator_var:/opt/druid/var" | ||
"druid-historical": | ||
"volumes": | ||
druid-historical: | ||
volumes: | ||
- "./data/druid/persist/shared:/opt/shared" | ||
- "./data/druid/persist/historical_var:/opt/druid/var" | ||
"druid-middlemanager": | ||
"volumes": | ||
druid-middlemanager: | ||
volumes: | ||
- "./data/druid/persist/shared:/opt/shared" | ||
- "./data/druid/persist/middle_var:/opt/druid/var" | ||
"elasticsearch": | ||
"volumes": | ||
elasticsearch: | ||
volumes: | ||
- "./data/elasticsearch/persist:/usr/share/elasticsearch/data:Z" | ||
"flight-sql": | ||
"volumes": | ||
flight-sql: | ||
volumes: | ||
- "./data/flight-sql/persist:/opt/data" | ||
"jupyter": | ||
"volumes": | ||
jupyter: | ||
volumes: | ||
- "./data/jupyter/persist:/home/jovyan/work" | ||
"kafka-server": | ||
"volumes": | ||
kafka-server: | ||
volumes: | ||
- "./data/kafka/persist/data:/var/lib/kafka/data" | ||
- "./data/kafka/persist/etc:/etc/kafka" | ||
"mage-ai": | ||
"volumes": | ||
mage-ai: | ||
volumes: | ||
- "./data/mage-ai/persist:/home/src/" | ||
"mariadb": | ||
"volumes": | ||
mariadb: | ||
volumes: | ||
- "./data/mariadb/persist:/var/lib/mysql:Z" | ||
"marquez-server": | ||
"volumes": | ||
marquez-server: | ||
volumes: | ||
- "./data/marquez/persist:/opt/marquez" | ||
"minio": | ||
"volumes": | ||
minio: | ||
volumes: | ||
- "./data/minio/persist:/data" | ||
"mongodb-server": | ||
"volumes": | ||
mongodb-server: | ||
volumes: | ||
- "./data/mongodb/persist:/data/db" | ||
"mssql": | ||
"volumes": | ||
mssql: | ||
volumes: | ||
- "./data/mssql/persist:/var/opt/mssql/data" | ||
"mysql-server": | ||
"volumes": | ||
mysql-server: | ||
volumes: | ||
- "./data/mysql/persist:/var/lib/mysql" | ||
"neo4j": | ||
"volumes": | ||
neo4j: | ||
volumes: | ||
- "./data/neo4j/persist:/data" | ||
"postgres-server": | ||
"volumes": | ||
postgres-server: | ||
volumes: | ||
- "./data/postgres/persist:/data/postgres" | ||
"prefect-server": | ||
"volumes": | ||
prefect-server: | ||
volumes: | ||
- "./data/prefect/persist:/root/.prefect" | ||
"rabbitmq": | ||
"volumes": | ||
rabbitmq: | ||
volumes: | ||
- "./data/rabbitmq/persist:/var/lib/rabbitmq" | ||
"solace-server": | ||
"volumes": | ||
solace-server: | ||
volumes: | ||
- "./data/solace/persist:/var/lib/solace" | ||
"sqlite": | ||
"volumes": | ||
sqlite: | ||
volumes: | ||
- "./data/sqlite/persist:/opt/data" | ||
"temporal": | ||
"volumes": | ||
temporal: | ||
volumes: | ||
- "./data/temporal/persist:/opt/data/db" | ||
"unitycatalog": | ||
"volumes": | ||
unitycatalog: | ||
volumes: | ||
- "./data/unitycatalog/persist:/opt/app/etc" | ||
"version": "3.9" | ||
version: "3.9" |
Oops, something went wrong.