Skip to content

Commit

Permalink
Merge pull request #216 from blockful-io/209-l2-metadata-api
Browse files Browse the repository at this point in the history
Arbitrum Metadata API
  • Loading branch information
pikonha authored Oct 3, 2024
2 parents bfa0432 + fd694ab commit 1371c31
Show file tree
Hide file tree
Showing 18 changed files with 5,690 additions and 259 deletions.
13 changes: 13 additions & 0 deletions compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,21 @@ services:
POSTGRES_PASSWORD: ensdomains
POSTGRES_DB: ensdomains

db-arb:
image: postgres:16.2
ports:
- '5433:5432'
volumes:
- arb_db_data:/data/db
restart: always
environment:
POSTGRES_USER: blockful
POSTGRES_PASSWORD: ensdomains
POSTGRES_DB: ensdomains

networks:
local:

volumes:
db_data:
arb_db_data:
Loading

0 comments on commit 1371c31

Please sign in to comment.