înit push

This commit is contained in:
2026-02-17 11:11:05 +01:00
parent 430ae81230
commit 9bc2bd40ad
3 changed files with 52 additions and 0 deletions

9
docker-compose.yml Normal file
View File

@@ -0,0 +1,9 @@
services:
mirotalk:
image: mirotalk/p2p:latest
# ... restliche config ...
volumes:
# Wir überschreiben die client.css im public Ordner
- ./clean-look.css:/src/app/public/css/client.css
# Und wir stellen sicher, dass die Config für die Kamera-Auflösung geladen wird
- ./config.js:/src/app/src/config.js