Skip to main content
Unlisted page
This page is unlisted. Search engines will not index it, and only users having a direct link can access it.

Docker

Dockerfile guidance

  • pin runtime versions
  • install only production dependencies
  • run as non-root

Docker Compose

Use compose for local parity with API, DB, Redis, and SDK backend.

Production notes

  • explicit restart policy
  • resource limits
  • immutable image tags