CoolFace
Apppublic

Nocigar/sillytavern

sourceHugging Faceapache-2.0updated 2y agoView on Hugging Face
10likes
docker-compose.yml15 linesDownload Raw Back to docker
1version: "3"2services:3  sillytavern:4    build: ..5    container_name: sillytavern6    hostname: sillytavern7    image: ghcr.io/sillytavern/sillytavern:latest8    ports:9      - "8000:8000"10    volumes:11      - "./config:/home/node/app/config"12      - "./data:/home/node/app/data"13      - "./plugins:/home/node/app/plugins"14    restart: unless-stopped15