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

Docker 开发栈

默认启动的核心服务:

服务作用宿主机端口
postgresPostgreSQL 1855432
migrate一次性迁移任务
seed一次性核心种子任务
apiGo API默认仅 Compose 网络
adminReact Admin 静态站与 API 反代4174

redisminioworker 是可选或按 profile/命令启动的依赖。核心事实仍在 PostgreSQL,不应把 Redis 当数据库使用。

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

.env 中可以覆盖 AK_ADMIN_PORTAK_ADMIN_ORIGIN 与 bootstrap 信息。修改端口时同时更新允许的 Admin Origin,避免浏览器请求被拒绝。