initial commit

This commit is contained in:
venus
2026-07-19 14:00:28 -05:00
commit a8cc15410f
4 changed files with 613 additions and 0 deletions

9
docker-compose.yml Normal file
View File

@@ -0,0 +1,9 @@
services:
stream-hub:
build: .
container_name: stream-hub
ports:
- "8080:80"
volumes:
- ./streams.txt:/usr/share/nginx/html/streams.txt:ro
restart: unless-stopped