Vereinfachung: Einheitlicher Port 8199, Nightly Badge über Umgebungsvariable REACT_APP_VERSION

This commit is contained in:
vibe-bot 2025-08-09 02:22:50 +02:00
parent 067a92b7c4
commit 517182b778
4 changed files with 13 additions and 10 deletions

View file

@ -6,6 +6,8 @@ services:
- "8199:8080"
env_file:
- .env
environment:
- REACT_APP_VERSION=stable
volumes:
- ./data/sounds:/data/sounds
restart: unless-stopped