Skip to content

Commit

Permalink
feat: add to docker-compose with scale 0
Browse files Browse the repository at this point in the history
  • Loading branch information
gakonst committed May 1, 2021
1 parent f1cc34d commit a3e3e13
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions ops/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,3 +128,17 @@ services:
L2_NODE_WEB3_URL: http://l2geth:8545
URL: http://deployer:8081/addresses.json
SEQUENCER_PRIVATE_KEY: "0x59c6995e998f97a5a0044966f0945389dc9e86dae88c7a8412f4603b6b78690d"

integration_tests:
image: ethereumoptimism/integration-tests
deploy:
replicas: 0
build:
context: ..
dockerfile: ./ops/docker/Dockerfile.integration-tests
entrypoint: ./integration-tests.sh
environment:
L1_URL: http://l1_chain:8545
L2_URL: http://l2geth:8545
URL: http://deployer:8081/addresses.json
ENABLE_GAS_REPORT: 1

0 comments on commit a3e3e13

Please sign in to comment.