Skip to content

Add dockerfile indexer oracle targets#686

Open
chiboy948 wants to merge 2 commits into
Vatix-Protocol:devfrom
chiboy948:add-dockerfile-indexer-oracle-targets
Open

Add dockerfile indexer oracle targets#686
chiboy948 wants to merge 2 commits into
Vatix-Protocol:devfrom
chiboy948:add-dockerfile-indexer-oracle-targets

Conversation

@chiboy948

Copy link
Copy Markdown
Contributor

Closes #620
Updated the Dockerfile to document and add explicit build targets for the
indexer and oracle services. Added comprehensive build command examples in the header showing
all six available targets (api, indexer, oracle, finalization-worker, oracle-worker,
settlement-worker). Added a new oracle target that runs apps/oracle/main.ts. This enables
building individual service images directly without relying on docker-compose profiles, making
CI/CD integration and local development more flexible.

chiboy948 and others added 2 commits June 30, 2026 09:31
Add explicit Docker build targets for the indexer and oracle services,
making it easier to build individual service images in CI/CD and local
development without the docker-compose profile system.

- Updated build command examples in the Dockerfile header to document
  all available targets (api, indexer, oracle, finalization-worker,
  oracle-worker, settlement-worker)
- Added 'oracle' target that runs apps/oracle/main.ts
- Indexer target was already present; documentation now consistent

Build individual targets with:
  docker build --target indexer -t vatix-indexer .
  docker build --target oracle -t vatix-oracle .
@Mimah97

Mimah97 commented Jun 30, 2026

Copy link
Copy Markdown
Contributor

bro??

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 Dockerfile targets for indexer and oracle

2 participants