mirror of
https://github.com/logos-blockchain/logos-execution-zone.git
synced 2026-08-05 04:23:28 +00:00
16 lines
453 B
YAML
16 lines
453 B
YAML
# All-in-one docker compose configuration.
|
|
# It runs all services from this repo and the bedrock nodes in a single docker network.
|
|
# This is useful for development and testing purposes.
|
|
|
|
include:
|
|
- path:
|
|
bedrock/docker-compose.yml
|
|
- path:
|
|
lez/sequencer/service/docker-compose.yml
|
|
- path:
|
|
lez/indexer/service/docker-compose.yml
|
|
- path:
|
|
lez/explorer_service/docker-compose.yml
|
|
- path:
|
|
monitoring/docker-compose.yml
|