This commit is contained in:
Petar Radovic 2026-04-08 20:37:51 +02:00
parent ab40aedf34
commit 817cf35fff
2 changed files with 1 additions and 3 deletions

View File

@ -9,8 +9,6 @@ services:
logos-blockchain-node-0:
image: ghcr.io/logos-blockchain/logos-blockchain@sha256:000982e751dfd346ca5346b8025c685fc3abc585079c59cde3bde7fd63100657
environment:
RUST_LOG: "info,logos_blockchain=debug"
ports:
- "${PORT:-8080}:18080/tcp"
volumes:

View File

@ -6,7 +6,7 @@ export CFG_FILE_PATH="/config.yaml" \
CFG_SERVER_ADDR="http://cfgsync:4400" \
CFG_HOST_IP=$(hostname -i) \
CFG_HOST_IDENTIFIER="validator-$(hostname -i)" \
LOG_LEVEL="INFO" \
LOG_LEVEL="DEBUG" \
POL_PROOF_DEV_MODE=true
/usr/bin/logos-blockchain-cfgsync-client && \