Skip to content

Commit

Permalink
update indexer mongo sink to 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
starknetdev committed Oct 13, 2023
1 parent c0537bc commit c632275
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions indexer/goerli-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ services:


adventurers_indexer:
image: quay.io/apibara/sink-mongo:0.3
image: quay.io/apibara/sink-mongo:0.4.1
depends_on:
- etcd
- mongo
Expand All @@ -38,7 +38,7 @@ services:
AUTH_TOKEN: dna_jX3t04zs9zywBnHWVmUq

battles_indexer:
image: quay.io/apibara/sink-mongo:0.3
image: quay.io/apibara/sink-mongo:0.4.1
depends_on:
- etcd
- mongo
Expand All @@ -55,7 +55,7 @@ services:
AUTH_TOKEN: dna_jX3t04zs9zywBnHWVmUq

beasts_indexer:
image: quay.io/apibara/sink-mongo:0.3
image: quay.io/apibara/sink-mongo:0.4.1
depends_on:
- etcd
- mongo
Expand All @@ -72,7 +72,7 @@ services:
AUTH_TOKEN: dna_jX3t04zs9zywBnHWVmUq

discoveries_indexer:
image: quay.io/apibara/sink-mongo:0.3
image: quay.io/apibara/sink-mongo:0.4.1
depends_on:
- etcd
- mongo
Expand All @@ -89,7 +89,7 @@ services:
AUTH_TOKEN: dna_jX3t04zs9zywBnHWVmUq

items_indexer:
image: quay.io/apibara/sink-mongo:0.3
image: quay.io/apibara/sink-mongo:0.4.1
depends_on:
- etcd
- mongo
Expand All @@ -106,7 +106,7 @@ services:
AUTH_TOKEN: dna_jX3t04zs9zywBnHWVmUq

scores_indexer:
image: quay.io/apibara/sink-mongo:0.3
image: quay.io/apibara/sink-mongo:0.4.1
depends_on:
- etcd
- mongo
Expand Down

1 comment on commit c632275

@vercel
Copy link

@vercel vercel bot commented on c632275 Oct 13, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.