SillyTavern/docker/docker-compose.yml

15 lines
393 B
YAML
Raw Normal View History

2023-07-20 19:32:15 +02:00
version: "3"
services:
sillytavern:
build: ..
container_name: sillytavern
hostname: sillytavern
image: ghcr.io/sillytavern/sillytavern:latest
2023-07-20 19:32:15 +02:00
ports:
- "8000:8000"
volumes:
- "./extensions:/home/node/app/public/scripts/extensions/third-party"
2023-07-20 19:32:15 +02:00
- "./config:/home/node/app/config"
- "./user:/home/node/app/public/user"
2023-07-20 19:32:15 +02:00
restart: unless-stopped