For AI agents: the complete documentation index is available at https://payhon.github.io/AppKernia/en-US/llms.txt, the full documentation bundle is available at https://payhon.github.io/AppKernia/en-US/llms-full.txt, and this page is available as Markdown at https://payhon.github.io/AppKernia/en-US/guide/docker.md.

Docker development stack

ServicePurposeHost port
postgresPostgreSQL 1855432
migrateOne-shot migrationsNone
seedOne-shot core seedNone
apiGo APICompose network by default
adminReact Admin and API proxy4174

Redis, MinIO, and the worker are optional or command-specific dependencies. PostgreSQL remains the source of truth.

make docker-up
make docker-logs
make docker-down

Override AK_ADMIN_PORT, AK_ADMIN_ORIGIN, and bootstrap values in .env. When changing the port, update the allowed Admin origin at the same time.