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 a4020c1f43
commit ef699ce2d1
5 changed files with 19 additions and 17 deletions

View File

@@ -1,11 +1,13 @@
services:
aios:
#image: syui/aios
#command: aibot bot -a syui.syu.is
build:
context: .
restart: always
env_file:
- .env
bot:
image: syui/aios
container_name: aibot
restart: unless-stopped
command: ["aibot", "bot", "-a", "${ADMIN:-syui.ai}"]
volumes:
- ./.config:/root/.config
- ./.config/syui/ai/bot:/root/.config/syui/ai/bot
logging:
driver: json-file
options:
max-size: "10m"
max-file: "3"