mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
- changed seperate vol. for characters, chats, ... to single config vol. - settings.json is now persistent Fixes #1
12 lines
249 B
YAML
12 lines
249 B
YAML
version: "3"
|
|
services:
|
|
tavernai:
|
|
build: ..
|
|
container_name: tavernai
|
|
hostname: tavernai
|
|
image: tavernai/tavernai:latest
|
|
ports:
|
|
- "8000:8000"
|
|
volumes:
|
|
- "./config:/home/node/app/config"
|
|
restart: unless-stopped |