File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -59,6 +59,9 @@ services:
59
59
env_file :
60
60
- .env.docker
61
61
restart : unless-stopped
62
+ depends_on :
63
+ postgres :
64
+ condition : service_healthy
62
65
healthcheck :
63
66
test : [ "CMD-SHELL", "[ \"$(curl -s -w '%{http_code}' -o /dev/null \"localhost:4444\")\" = \"401\" ]" ]
64
67
interval : 10s
Original file line number Diff line number Diff line change @@ -106,8 +106,8 @@ services:
106
106
- " 17300:7300" # metrics
107
107
- " 16060:6060" # pprof
108
108
volumes :
109
- - ~/.playground/devnet/jwtsecret:/data/jwtsecret
110
- - ~/.playground/devnet/rollup.json:/data/rollup.json
109
+ - ~/.playground/devnet/jwtsecret:/data/jwtsecret:ro
110
+ - ~/.playground/devnet/rollup.json:/data/rollup.json:ro
111
111
environment :
112
112
# NETWORK CONFIGURATION
113
113
OP_NODE_NETWORK : " "
@@ -119,7 +119,7 @@ services:
119
119
OP_RETH_SEQUENCER_HTTP : http://host.docker.internal:8547
120
120
121
121
# SYNC CONFIGURATION
122
- OP_NODE_SYNCMODE : execution -layer
122
+ OP_NODE_SYNCMODE : consensus -layer
123
123
OP_NODE_ROLLUP_LOAD_PROTOCOL_VERSIONS : " true"
124
124
125
125
# L1 CONFIGURATION
You can’t perform that action at this time.
0 commit comments