添加 kilocode 容器支持和通用 Docker 配置

- 添加 kilocode devcontainer 配置
- 新增 Fedora 和 Ubuntu Dockerfile
- 添加构建自动化 (Makefile, compose.yml)
- 配置环境变量管理 (.env, .env.example)
This commit is contained in:
2025-12-25 00:28:15 +08:00
parent aca5f52bc2
commit 635d113b4f
14 changed files with 605 additions and 1 deletions

18
kilocode/compose.yaml Normal file
View File

@@ -0,0 +1,18 @@
services:
general-debian-dev:
image: vibecoding:default
build:
context: .
dockerfile: Containerfile
container_name: vibe-coding
hostname: vibe-conding
restart: unless-stopped
# ports:
# - "5173:5173"
# - "4173:4173"
# - "5050:5050"
volumes:
- /workspace/projects/:/projects
- /workspace:/workspace
- /workspace/devcontainer-vols/vibe-coding-root:/root