diff --git a/docker-compose.yaml b/docker-compose.yaml index 1702cfbe..5665fec6 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -168,7 +168,19 @@ services: - "l1keystore:/home/user/l1keystore" - "config:/config" - "tokenbridge-data:/tokenbridge-data" - command: --conf.file /config/sequencer_config.json --node.feed.output.enable --node.feed.output.port 9642 --http.api net,web3,eth,txpool,debug --node.seq-coordinator.my-url ws://sequencer:8548 --graphql.enable --graphql.vhosts * --graphql.corsdomain * --auth.addr 0.0.0.0 --auth.api auctioneer,eth,validation --auth.jwtsecret=/config/jwt.hex --auth.origins * + command: + - --conf.file=/config/sequencer_config.json + - --node.feed.output.enable + - --node.feed.output.port=9642 + - --http.api=net,web3,eth,txpool,debug,timeboost + - --node.seq-coordinator.my-url=ws://sequencer:8548 + - --graphql.enable + - --graphql.vhosts=* + - --graphql.corsdomain=* + - --auth.addr=0.0.0.0 + - --auth.api=auctioneer,eth,validation + - --auth.jwtsecret=/config/jwt.hex + - --auth.origins=* depends_on: - geth