mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
docker-compose.yml improvements
1. Enable colorized console outputs 2. Set node environment to production
This commit is contained in:
parent
4c242fefe8
commit
108d9fd74f
@ -4,6 +4,9 @@ services:
|
||||
container_name: sillytavern
|
||||
hostname: sillytavern
|
||||
image: ghcr.io/sillytavern/sillytavern:latest
|
||||
environment:
|
||||
- NODE_ENV=production
|
||||
- FORCE_COLOR=1
|
||||
ports:
|
||||
- "8000:8000"
|
||||
volumes:
|
||||
|
Loading…
x
Reference in New Issue
Block a user