Updated
This commit is contained in:
27
compose/sillytavern/compose.yaml
Normal file
27
compose/sillytavern/compose.yaml
Normal file
@@ -0,0 +1,27 @@
|
||||
version: "3"
|
||||
services:
|
||||
sillytavern:
|
||||
build: ..
|
||||
container_name: sillytavern
|
||||
hostname: sillytavern
|
||||
image: ghcr.io/sillytavern/sillytavern:latest
|
||||
ports:
|
||||
- 8100:8000
|
||||
volumes:
|
||||
- /opt/docker/data/sillytavern/config:/home/node/app/config
|
||||
- /opt/docker/data/sillytavern/data:/home/node/app/data
|
||||
- /opt/docker/data/sillytavern/plugins:/home/node/app/plugins
|
||||
- /opt/docker/data/sillytavern/extensions:/home/node/app/public/scripts/extensions/third-party
|
||||
restart: unless-stopped
|
||||
labels:
|
||||
- homepage.group=AI Systems
|
||||
- homepage.name=Silly Tavern
|
||||
- homepage.icon=mdi-chat
|
||||
- homepage.description=Silly Tavern AI - ANA-Docker 8100
|
||||
- homepage.href=http://10.250.50.70:8100
|
||||
networks:
|
||||
- tnet
|
||||
networks:
|
||||
tnet:
|
||||
name: traefik-net
|
||||
external: true
|
||||
Reference in New Issue
Block a user