File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -3,10 +3,10 @@ services:
3
3
ethrex_l2 :
4
4
volumes :
5
5
- ./tee/contracts/automata-dcap-qpl/automata-dcap-qpl-tool/target/release/automata-dcap-qpl-tool:/automata-dcap-qpl-tool:ro,exec
6
+ - ../../cmd/.env:/env/.env
6
7
environment :
7
8
- ETHREX_PROOF_COORDINATOR_TDX_PRIVATE_KEY=${ETHREX_PROOF_COORDINATOR_TDX_PRIVATE_KEY:-0x39725efee3fb28614de3bacaffe4cc4bd8c436257e2c8bb887c4b5c4be45e76d}
8
9
command : >
9
- l2
10
10
--network /genesis/l2.json
11
11
--http.addr 0.0.0.0
12
12
--http.port 1729
@@ -17,3 +17,6 @@ services:
17
17
--proof-coordinator.l1-private-key 0x39725efee3fb28614de3bacaffe4cc4bd8c436257e2c8bb887c4b5c4be45e76d
18
18
--proof-coordinator.qpl-tool-path /automata-dcap-qpl-tool
19
19
--no-monitor
20
+
21
+ volumes :
22
+ env : null
You can’t perform that action at this time.
0 commit comments