зеркало из https://github.com/microsoft/ghcrawler.git
47 строки
845 B
YAML
47 строки
845 B
YAML
# Copyright (c) Microsoft Corporation. All rights reserved.
|
|
# Licensed under the MIT License.
|
|
|
|
# Copy of mongo.xml for convenience
|
|
|
|
version: "2.0"
|
|
services:
|
|
mongo:
|
|
extends:
|
|
file: common-services.yml
|
|
service: mongo
|
|
metabase:
|
|
extends:
|
|
file: common-services.yml
|
|
service: metabase
|
|
links:
|
|
- mongo
|
|
redis:
|
|
extends:
|
|
file: common-services.yml
|
|
service: redis
|
|
rabbitmq:
|
|
extends:
|
|
file: common-services.yml
|
|
service: rabbitmq
|
|
dashboard:
|
|
extends:
|
|
file: common-services.yml
|
|
service: dashboard
|
|
links:
|
|
- redis
|
|
- crawler
|
|
crawler:
|
|
extends:
|
|
file: common-services.yml
|
|
service: crawler
|
|
links:
|
|
- mongo
|
|
- redis
|
|
- rabbitmq
|
|
volumes:
|
|
redis_data:
|
|
rabbitmq_data:
|
|
mongo_configdb:
|
|
mongo_data_db:
|
|
metabase_data:
|