2023-07-20 19:32:15 +02:00
|
|
|
version: "3"
|
|
|
|
services:
|
|
|
|
sillytavern:
|
|
|
|
build: ..
|
|
|
|
container_name: sillytavern
|
|
|
|
hostname: sillytavern
|
2023-11-13 00:52:34 +01:00
|
|
|
image: ghcr.io/sillytavern/sillytavern:latest
|
2023-07-20 19:32:15 +02:00
|
|
|
ports:
|
|
|
|
- "8000:8000"
|
|
|
|
volumes:
|
|
|
|
- "./config:/home/node/app/config"
|
2024-04-12 00:32:40 +02:00
|
|
|
- "./data:/home/node/app/data"
|
2024-05-21 05:31:12 +02:00
|
|
|
- "./plugins:/home/node/app/plugins"
|
2023-07-20 19:32:15 +02:00
|
|
|
restart: unless-stopped
|