Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,3 @@ EXPOSE 3000

# CMD npm run migration:run:prod && npm run seed:run:prod && npm run start:prod
CMD npm run start:prod


# ---- Ingest ----
# Same artifact as `release`, different default command. The contrail live-ingest
# Deployment streams ATProto records from Jetstream into Postgres continuously;
# no HTTP port. Process liveness is the sole health signal (kubelet restarts on
# exit). See src/contrail/ingest.ts and the Phase D plan.
FROM release AS ingest
CMD ["npm", "run", "contrail:ingest"]
Loading