1
0
mirror of https://github.com/SillyTavern/SillyTavern.git synced 2025-03-07 21:28:01 +01:00
SillyTavern/docker/docker-compose.yml
2023-07-23 16:52:25 +03:00

13 lines
265 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"
restart: unless-stopped