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"