docker-compose.yml improvements

1. Enable colorized console outputs
2. Set node environment to production
This commit is contained in:
Cohee 2025-03-01 21:16:28 +02:00
parent 4c242fefe8
commit 108d9fd74f

View File

@ -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: