2026-01-29 22:20:42 +03:00
|
|
|
services:
|
|
|
|
|
|
|
|
|
|
cfgsync:
|
|
|
|
|
image: ghcr.io/logos-blockchain/logos-blockchain@sha256:000982e751dfd346ca5346b8025c685fc3abc585079c59cde3bde7fd63100657
|
|
|
|
|
volumes:
|
|
|
|
|
- ./scripts:/etc/logos-blockchain/scripts
|
|
|
|
|
- ./cfgsync.yaml:/etc/logos-blockchain/cfgsync.yaml:z
|
|
|
|
|
entrypoint: /etc/logos-blockchain/scripts/run_cfgsync.sh
|
|
|
|
|
|
|
|
|
|
logos-blockchain-node-0:
|
|
|
|
|
image: ghcr.io/logos-blockchain/logos-blockchain@sha256:000982e751dfd346ca5346b8025c685fc3abc585079c59cde3bde7fd63100657
|
|
|
|
|
ports:
|
2026-02-23 17:02:24 +03:00
|
|
|
- "${PORT:-8080}:18080/tcp"
|
2026-01-29 22:20:42 +03:00
|
|
|
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
|
|
|
|
|
|
|
|
|
|
logos-blockchain-node-1:
|
|
|
|
|
image: ghcr.io/logos-blockchain/logos-blockchain@sha256:000982e751dfd346ca5346b8025c685fc3abc585079c59cde3bde7fd63100657
|
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
logos-blockchain-node-2:
|
|
|
|
|
image: ghcr.io/logos-blockchain/logos-blockchain@sha256:000982e751dfd346ca5346b8025c685fc3abc585079c59cde3bde7fd63100657
|
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
logos-blockchain-node-3:
|
|
|
|
|
image: ghcr.io/logos-blockchain/logos-blockchain@sha256:000982e751dfd346ca5346b8025c685fc3abc585079c59cde3bde7fd63100657
|
|
|
|
|
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
|