1
0
mirror of https://github.com/SillyTavern/SillyTavern.git synced 2025-03-09 08:30:13 +01:00
SillyTavern/docker/docker-compose.yml

13 lines
265 B
YAML
Raw Normal View History

2023-07-20 20:32:15 +03:00
version: "3"
services:
sillytavern:
build: ..
container_name: sillytavern
hostname: sillytavern
image: sillytavern/sillytavern:latest
ports:
- "8000:8000"
volumes:
- "./config:/home/node/app/config"
restart: unless-stopped