Skip to content
AutoCore1.0.0-rc.1 · Release Candidate
1.0.0-rc.1 · Release Candidate1 min read

Container Runtime Requirements

Verify Docker and Compose-compatible runtime behavior for the AutoCore container topology.

The source Dockerfiles use Node 20 base images, non-root runtime users for the web, admin, and API images, and health checks for the HTTP applications. The rehearsal topology uses a Compose-compatible runtime to start PostgreSQL, Redis, Meilisearch, API, worker, web, admin, and routing services.

Verification

Verify the runtime can load the supplied image references, create persistent volumes, evaluate health checks, and forward termination signals. Check the resolved Compose configuration before mutation. An image-pull or runtime incompatibility is a blocker.

Related articles