Skip to content
Open
Show file tree
Hide file tree
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
17 changes: 17 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,23 @@ services:
GQL_PORT: 4350
RPC_ENDPOINT: https://mainnet.base.org

base-mainnet-vaults-processor:
image: ghcr.io/synthetixio/data/indexer:${VERSION}-base-mainnet-vaults
build:
context: ./indexers/base-mainnet-vaults
networks:
- data
depends_on:
- db
restart: always
environment:
DB_HOST: db
DB_PORT: 5432
DB_NAME: base_mainnet_vaults
DB_PASS: $PG_PASSWORD
GQL_PORT: 4350
RPC_ENDPOINT: https://mainnet.base.org

base-mainnet-lt-processor:
image: ghcr.io/synthetixio/data/indexer:${VERSION}-base-mainnet-lt
build:
Expand Down
Loading
Loading