mirror of
https://github.com/logos-blockchain/lssa.git
synced 2026-02-17 11:53:14 +00:00
14 lines
394 B
YAML
14 lines
394 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:
|
|
sequencer_runner/docker-compose.yml
|
|
- path:
|
|
indexer/service/docker-compose.yml
|
|
- path:
|
|
explorer_service/docker-compose.yml
|