This commit is contained in:
2023-10-20 23:31:16 +09:00
parent 430b5977d8
commit 64ff5fb048
52 changed files with 3444 additions and 1 deletions

11
compose.yml Normal file
View File

@@ -0,0 +1,11 @@
services:
aios:
#image: syui/aios
#command: ai bot -a syui.syu.is
build:
context: .
restart: always
env_file:
- .env
volumes:
- ./.config:/root/.config