update env variables

This commit is contained in:
Sebastian
2024-04-20 05:35:33 +02:00
parent 4aaebe16d0
commit e923ceb384
2 changed files with 13 additions and 13 deletions

View File

@@ -23,10 +23,10 @@ services:
- zora-mainnet:/data
- .jwtsecret:/jwtsecret
environment:
- "OP_GETH_GENESIS_FILE_PATH=/app/mainnet/zora/genesis.json"
- "OP_GETH_SEQUENCER_HTTP=https://rpc-zora-mainnet-0.t.conduit.xyz"
- "OP_GETH_GCMODE=full"
- "OP_GETH_STATE_SCHEME=hash"
- "GETH_GENESIS_FILE_PATH=/app/mainnet/zora/genesis.json"
- "GETH_SEQUENCER_HTTP=https://rpc-zora-mainnet-0.t.conduit.xyz"
- "GETH_GCMODE=full"
- "GETH_STATE_SCHEME=hash"
- "GETH_DB_ENGINE=pebble"
- "P2P_PORT=2483"
- "WS_PORT=8545"