Skip to content

Add docker-compose.yml for local event-indexer development#993

Open
emteebug12-jpg wants to merge 1 commit into
StellarCheckMate:mainfrom
emteebug12-jpg:feature/869-event-indexer-docker-compose
Open

Add docker-compose.yml for local event-indexer development#993
emteebug12-jpg wants to merge 1 commit into
StellarCheckMate:mainfrom
emteebug12-jpg:feature/869-event-indexer-docker-compose

Conversation

@emteebug12-jpg

Copy link
Copy Markdown

Summary

  • Add services/event-indexer/Dockerfile to build the event-indexer service
  • Add docker-compose.yml at the repo root with an event-indexer service, SQLite data persisted in a named volume, and environment variables sourced from .env
  • Document Docker Compose usage in docs/local-dev.md

Test plan

  • docker compose config validates the compose file (after copying .env.example to .env)
  • docker compose up --build builds and starts the event-indexer, reachable at http://localhost:8080/health

Closes #869

Adds a Dockerfile and docker-compose.yml so the event-indexer can be
built and run locally without manually exporting environment
variables, with its SQLite database persisted in a named volume.

Closes StellarCheckMate#869
@drips-wave

drips-wave Bot commented Jun 29, 2026

Copy link
Copy Markdown

@emteebug12-jpg Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add docker-compose.yml for local event-indexer development

1 participant