lssa/bedrock/docker-compose.yml

24 lines
857 B
YAML
Raw Normal View History

services:
cfgsync:
platform: linux/amd64
image: ghcr.io/logos-blockchain/logos-blockchain@sha256:80755855c70aea11bc58fda01048e9bae3a806253a9a8c0641d2f4738008fbbe
volumes:
- ./scripts:/etc/logos-blockchain/scripts
- ./cfgsync.yaml:/etc/logos-blockchain/cfgsync.yaml:z
- ./test_entropy:/etc/logos-blockchain/test_entropy:z
entrypoint: /etc/logos-blockchain/scripts/run_cfgsync.sh
logos-blockchain-node-0:
platform: linux/amd64
image: ghcr.io/logos-blockchain/logos-blockchain@sha256:80755855c70aea11bc58fda01048e9bae3a806253a9a8c0641d2f4738008fbbe
ports:
2026-02-23 17:02:24 +03:00
- "${PORT:-8080}:18080/tcp"
volumes:
- ./scripts:/etc/logos-blockchain/scripts
- ./kzgrs_test_params:/kzgrs_test_params:z
depends_on:
- cfgsync
entrypoint: /etc/logos-blockchain/scripts/run_logos_blockchain_node.sh