This repository was archived by the owner on Feb 17, 2025. It is now read-only.
File tree 1 file changed +0
-7
lines changed
1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -17,8 +17,6 @@ services:
17
17
ports :
18
18
- 8545:8545
19
19
- 9091:9091 # needed if metrics enabled
20
- environment :
21
- - ZKEVM_NODE_ETHERMAN_URL=${ZKEVM_NODE_ETHERMAN_URL}
22
20
volumes :
23
21
- ${ZKEVM_ADVANCED_CONFIG_DIR:-./config/environments/public}/public.node.config.toml:/app/config.toml
24
22
- ${ZKEVM_ADVANCED_CONFIG_DIR:-./config/environments/public}/public.genesis.config.json:/app/genesis.json
@@ -34,8 +32,6 @@ services:
34
32
zkevm-state-db :
35
33
condition : service_healthy
36
34
image : zkevm-node
37
- environment :
38
- - ZKEVM_NODE_ETHERMAN_URL=${ZKEVM_NODE_ETHERMAN_URL}
39
35
volumes :
40
36
- ${ZKEVM_ADVANCED_CONFIG_DIR:-./config/environments/public}/public.node.config.toml:/app/config.toml
41
37
- ${ZKEVM_ADVANCED_CONFIG_DIR:-./config/environments/public}/public.genesis.config.json:/app/genesis.json
@@ -63,7 +59,6 @@ services:
63
59
- 5432:5432
64
60
volumes :
65
61
- ./db/scripts/init_prover_db.sql:/docker-entrypoint-initdb.d/init.sql
66
- - ${ZKEVM_NODE_STATEDB_DATA_DIR}:/var/lib/postgresql/data
67
62
environment :
68
63
- POSTGRES_USER=state_user
69
64
- POSTGRES_PASSWORD=state_password
@@ -87,8 +82,6 @@ services:
87
82
memory : 1G
88
83
ports :
89
84
- 5433:5432
90
- volumes :
91
- - ${ZKEVM_NODE_POOLDB_DATA_DIR}:/var/lib/postgresql/data
92
85
environment :
93
86
- POSTGRES_USER=pool_user
94
87
- POSTGRES_PASSWORD=pool_password
You can’t perform that action at this time.
0 commit comments