mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Add Dockerfile for easy hosting TavernAI-GUI on multiple platforms.
Implements #18
This commit is contained in:
14
docker/docker-compose.yml
Normal file
14
docker/docker-compose.yml
Normal file
@@ -0,0 +1,14 @@
|
||||
version: "3"
|
||||
services:
|
||||
tavernai:
|
||||
build: ..
|
||||
container_name: tavernai
|
||||
hostname: tavernai
|
||||
image: tavernai/tavernai:latest
|
||||
ports:
|
||||
- "8000:8000"
|
||||
volumes:
|
||||
- "./config/characters:/home/node/app/public/characters"
|
||||
- "./config/chats:/home/node/app/public/chats"
|
||||
- "./config/User Avatars:/home/node/app/public/User Avatars"
|
||||
restart: unless-stopped
|
Reference in New Issue
Block a user