Files
bot/compose.yml
syui 6876fb741c
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 3s
fix docker
2025-12-13 10:45:42 +09:00

17 lines
380 B
YAML

services:
bot:
build:
context: .
dockerfile: Dockerfile
image: syui/aios:custom
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"