Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions docker/docker-compose-l2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ services:
- "/entrypoint.sh"
environment:
GETH_MINER_RECOMMIT: 100ms
restart: unless-stopped
networks:
- ops-bedrock_default

Expand All @@ -40,11 +41,14 @@ services:
--safedb.path=/db
ports:
- "7545:8545"
environment:
L1_RPC_KIND: "standard"
volumes:
- "safedb_data:/db"
- "${PWD}/.deploy/test-jwt-secret.txt:/config/jwt-secret.txt"
- "${PWD}/.deploy/rollup.json:/rollup.json"
- op_log:/op_log
restart: unless-stopped
networks:
- ops-bedrock_default

Expand All @@ -67,6 +71,7 @@ services:
OP_PROPOSER_GAME_TYPE: "${DG_TYPE}"
OP_PROPOSER_PROPOSAL_INTERVAL: "${PROPOSAL_INTERVAL}"
OP_PROPOSER_RPC_ENABLE_ADMIN: "true"
restart: unless-stopped
networks:
- ops-bedrock_default

Expand All @@ -93,6 +98,7 @@ services:
OP_BATCHER_TXMGR_MIN_TIP_CAP: 2.0 # 2 gwei, might need to tweak, depending on gas market
OP_BATCHER_RESUBMISSION_TIMEOUT: 240s # wait 4 min before bumping fees
OP_BATCHER_DATA_AVAILABILITY_TYPE: "blobs"
restart: unless-stopped
networks:
- ops-bedrock_default

Expand Down