Skip to content

Latest commit

 

History

History
25 lines (22 loc) · 360 Bytes

README.md

File metadata and controls

25 lines (22 loc) · 360 Bytes

ai

Install

docker-compose.yml

version: '3.9'

services:
  app:
    container_name: ai
    image: ghcr.io/yuderobot/ai:latest
    volumes:
      - ./data:/app/data
    env_file:
      - ./.env
    environment:
      HOST: 0.0.0.0
      PORT: 8080
      TZ: Asia/Tokyo
      USERS: yude_jp
    restart: unless-stopped

LICENSE

MIT License.