Skip to content

Commit

Permalink
stack: reactivate apibara (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
d-roak authored Jul 27, 2023
1 parent 240c572 commit 39a96cf
Showing 1 changed file with 16 additions and 17 deletions.
33 changes: 16 additions & 17 deletions starknet-stack/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -223,23 +223,22 @@ services:
# -------
# Apibara
# -------
# blocked while no arm64
# apibara:
# image: quay.io/apibara/starknet:7f00306001c1ff030ccc1babf49b880dbe6c7e0e
# depends_on:
# madara:
# condition: service_healthy
# ports:
# - 7171:7171
# command:
# - start
# environment:
# - RPC=http://madara:9944
# - WAIT_FOR_RPC=true
# - RUST_LOG=warn
# restart: on-failure
# networks:
# - internal
apibara:
image: quay.io/apibara/starknet:latest
depends_on:
madara:
condition: service_healthy
ports:
- 7171:7171
command:
- start
environment:
- RPC=http://madara:9944
- WAIT_FOR_RPC=true
- RUST_LOG=warn
restart: on-failure
networks:
- internal

volumes:
dbdata:
Expand Down

0 comments on commit 39a96cf

Please sign in to comment.