docker-compose.yml improvements 1. Enable colorized console outputs 2. Set node environment to production
| @@ -4,6 +4,9 @@ services: | |||
| 4 | container_name: sillytavern | 4 | container_name: sillytavern |
| 5 | hostname: sillytavern | 5 | hostname: sillytavern |
| 6 | image: ghcr.io/sillytavern/sillytavern:latest | 6 | image: ghcr.io/sillytavern/sillytavern:latest |
| 7 | environment: | ||
| 8 | - NODE_ENV=production | ||
| 9 | - FORCE_COLOR=1 | ||
| 7 | ports: | 10 | ports: |
| 8 | - "8000:8000" | 11 | - "8000:8000" |
| 9 | volumes: | 12 | volumes: |