first commit

This commit is contained in:
龙澳
2026-03-27 16:10:45 +08:00
parent 0a7bd8fe88
commit 90784a2f7d
16 changed files with 1135 additions and 0 deletions

24
docker-compose.yml Normal file
View File

@@ -0,0 +1,24 @@
services:
nanobot-gateway:
container_name: nanobot-gateway
build:
context: .
dockerfile: Dockerfile
command: ["gateway"]
restart: unless-stopped
volumes:
- ./nanobot-config:/root/.nanobot
ports:
- "18790:18790"
nanobot-cli:
build:
context: .
dockerfile: Dockerfile
profiles:
- cli
command: ["status"]
stdin_open: true
tty: true
volumes:
- ./nanobot-config:/root/.nanobot