mirror of
https://github.com/logos-blockchain/logos-execution-zone.git
synced 2026-06-26 00:49:27 +00:00
12 lines
305 B
YAML
12 lines
305 B
YAML
services:
|
|
explorer_service:
|
|
image: lez/explorer_service
|
|
build:
|
|
context: ../..
|
|
dockerfile: lez/explorer_service/Dockerfile
|
|
container_name: explorer_service
|
|
environment:
|
|
INDEXER_RPC_URL: ${INDEXER_RPC_URL:-http://host.docker.internal:8779}
|
|
ports:
|
|
- "8081:8080"
|