This commit is contained in:
goldsquid
2025-11-12 16:11:56 +07:00
parent 1f7435956e
commit c5112ce640
2 changed files with 6 additions and 2 deletions

View File

@@ -83,7 +83,9 @@ services:
- EN_STATE_CACHE_PATH=./db/ext-node/state_keeper - EN_STATE_CACHE_PATH=./db/ext-node/state_keeper
- EN_WS_PORT=8546 - EN_WS_PORT=8546
- RUST_LOG=warn,zksync=info,zksync_core::metadata_calculator=debug,zksync_state=info,zksync_utils=info,zksync_web3_decl::client=error - RUST_LOG=warn,zksync=info,zksync_core::metadata_calculator=debug,zksync_state=info,zksync_utils=info,zksync_web3_decl::client=error
command: ['--components=all,da_fetcher'] command:
- --components=all,da_fetcher
- --enable-consensus
restart: unless-stopped restart: unless-stopped
stop_grace_period: 5m stop_grace_period: 5m
networks: networks:

View File

@@ -83,7 +83,9 @@ services:
- EN_STATE_CACHE_PATH=./db/ext-node/state_keeper - EN_STATE_CACHE_PATH=./db/ext-node/state_keeper
- EN_WS_PORT=8546 - EN_WS_PORT=8546
- RUST_LOG=warn,zksync=info,zksync_core::metadata_calculator=debug,zksync_state=info,zksync_utils=info,zksync_web3_decl::client=error - RUST_LOG=warn,zksync=info,zksync_core::metadata_calculator=debug,zksync_state=info,zksync_utils=info,zksync_web3_decl::client=error
command: ['--components=all,da_fetcher'] command:
- --components=all,da_fetcher
- --enable-consensus
restart: unless-stopped restart: unless-stopped
stop_grace_period: 5m stop_grace_period: 5m
networks: networks: