1
0
bot/compose.yml

12 lines
196 B
YAML
Raw Normal View History

2023-10-20 14:31:16 +00:00
services:
aios:
#image: syui/aios
2024-02-21 10:09:17 +00:00
#command: ai bot -a syui.syu.is
2023-10-20 14:31:16 +00:00
build:
context: .
restart: always
2024-02-21 10:09:17 +00:00
env_file:
- .env
2023-10-20 14:31:16 +00:00
volumes:
- ./.config:/root/.config