SillyTavern/docker/docker-compose.yml

14 lines
316 B
YAML

version: "3"
services:
sillytavern:
build: ..
container_name: sillytavern
hostname: sillytavern
image: sillytavern/sillytavern:latest
ports:
- "8000:8000"
volumes:
- "./config:/home/node/app/config"
- "./config.conf:/home/node/app/config.conf"
restart: unless-stopped