Skip to content

Commit

Permalink
fix: testnet-indexer container name and env
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewklau committed Nov 30, 2023
1 parent ac35015 commit 6495c2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions testnet-indexer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ services:
- "host.docker.internal:host-gateway"
env_file: testnet.env
indexer-events:
container_name: mainnet-indexer-events
container_name: testnet-indexer-events
build:
context: .
dockerfile: ./apps/indexer-events/Dockerfile
restart: always
extra_hosts:
- "host.docker.internal:host-gateway"
env_file: mainnet.env
env_file: testnet.env
redis:
container_name: testnet-redis
image: redis:7.2-alpine
Expand Down

0 comments on commit 6495c2e

Please sign in to comment.