Skip to content

Commit

Permalink
Remove .env and .env from docker container, only use config.toml
Browse files Browse the repository at this point in the history
Signed-off-by: Tomas Fabrizio Orsi <tomas.orsi@lambdaclass.com>
  • Loading branch information
lima-limon-inc committed Feb 27, 2025
1 parent ed07e30 commit 1d9f11b
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 53 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci_l2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,5 @@ jobs:
- name: Run L2 integration test
run: |
cd crates/l2
cp .env.example .env
cp config_example.toml config.toml
make ci_test
48 changes: 0 additions & 48 deletions crates/l2/.env.example

This file was deleted.

4 changes: 0 additions & 4 deletions crates/l2/docker-compose-l2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ services:
volumes:
- ./contracts:/contracts
- ./config.toml:/config.toml
- .env:/.env
env_file:
- .env
environment:
- ETH_RPC_URL=http://ethrex_l1:8545
- DEPLOYER_CONTRACTS_PATH=/contracts
Expand All @@ -43,7 +40,6 @@ services:
- ENV_FILE=/.env
volumes:
- ../../test_data/genesis-l2.json:/genesis-l2.json
- .env:/.env:ro
- ./config.toml:/config.toml:ro
command: --network /genesis-l2.json --http.addr 0.0.0.0 --http.port 1729 --authrpc.port 8552
depends_on:
Expand Down

0 comments on commit 1d9f11b

Please sign in to comment.