Skip to content
This repository was archived by the owner on Feb 17, 2025. It is now read-only.

Commit 1b8bddd

Browse files
committed
fix make run-rpc
1 parent 281409d commit 1b8bddd

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

docker-compose.yml

-7
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ services:
1717
ports:
1818
- 8545:8545
1919
- 9091:9091 # needed if metrics enabled
20-
environment:
21-
- ZKEVM_NODE_ETHERMAN_URL=${ZKEVM_NODE_ETHERMAN_URL}
2220
volumes:
2321
- ${ZKEVM_ADVANCED_CONFIG_DIR:-./config/environments/public}/public.node.config.toml:/app/config.toml
2422
- ${ZKEVM_ADVANCED_CONFIG_DIR:-./config/environments/public}/public.genesis.config.json:/app/genesis.json
@@ -34,8 +32,6 @@ services:
3432
zkevm-state-db:
3533
condition: service_healthy
3634
image: zkevm-node
37-
environment:
38-
- ZKEVM_NODE_ETHERMAN_URL=${ZKEVM_NODE_ETHERMAN_URL}
3935
volumes:
4036
- ${ZKEVM_ADVANCED_CONFIG_DIR:-./config/environments/public}/public.node.config.toml:/app/config.toml
4137
- ${ZKEVM_ADVANCED_CONFIG_DIR:-./config/environments/public}/public.genesis.config.json:/app/genesis.json
@@ -63,7 +59,6 @@ services:
6359
- 5432:5432
6460
volumes:
6561
- ./db/scripts/init_prover_db.sql:/docker-entrypoint-initdb.d/init.sql
66-
- ${ZKEVM_NODE_STATEDB_DATA_DIR}:/var/lib/postgresql/data
6762
environment:
6863
- POSTGRES_USER=state_user
6964
- POSTGRES_PASSWORD=state_password
@@ -87,8 +82,6 @@ services:
8782
memory: 1G
8883
ports:
8984
- 5433:5432
90-
volumes:
91-
- ${ZKEVM_NODE_POOLDB_DATA_DIR}:/var/lib/postgresql/data
9285
environment:
9386
- POSTGRES_USER=pool_user
9487
- POSTGRES_PASSWORD=pool_password

0 commit comments

Comments
 (0)