This commit is contained in:
2026-04-21 21:44:59 +03:00
parent e95a2d9bbc
commit 3065a31d08
3 changed files with 32 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
services:
kimi:
build:
context: .
network: host
image: kimi:alpine
container_name: kimi
hostname: kimi
stdin_open: true
tty: true
volumes:
- ./workspace:/workspace