Skip to content

Commit

Permalink
Remove anvil.Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
neekolas committed Oct 18, 2024
1 parent 5d5d575 commit 2172418
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
5 changes: 0 additions & 5 deletions dev/docker/anvil.Dockerfile

This file was deleted.

8 changes: 5 additions & 3 deletions dev/docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,19 @@ services:
POSTGRES_PASSWORD: xmtp
ports:
- 8765:5432

db2:
image: postgres:16
environment:
POSTGRES_PASSWORD: xmtp
ports:
- 8766:5432

chain:
platform: linux/amd64
build:
context: .
dockerfile: ./anvil.Dockerfile
image: ghcr.io/foundry-rs/foundry
entrypoint: ["anvil", "--host", "0.0.0.0"]
working_dir: /anvil
ports:
- 7545:8545

Expand Down

0 comments on commit 2172418

Please sign in to comment.