fix docker
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 3s

This commit is contained in:
2025-12-13 10:36:44 +09:00
parent bd20f7af19
commit 98bfba6bfe
4 changed files with 36 additions and 3 deletions

13
docker-compose.yml Normal file
View File

@@ -0,0 +1,13 @@
services:
bot:
image: syui/aios
container_name: aibot
restart: unless-stopped
command: ["aibot", "bot", "-a", "${ADMIN:-syui.ai}"]
volumes:
- ~/.config/syui/ai/bot:/root/.config/syui/ai/bot
logging:
driver: json-file
options:
max-size: "10m"
max-file: "3"