First commit

This commit is contained in:
2026-04-07 20:13:07 +00:00
commit 80d4101269
18 changed files with 387 additions and 0 deletions

14
docker-compose.yml Normal file
View File

@@ -0,0 +1,14 @@
services:
webcam-sim:
build: .
container_name: fake-webcam-stream
restart: unless-stopped
ports:
- "8080:80"
volumes:
- ./video.mp4:/video.mp4:ro
deploy:
resources:
limits:
cpus: '1.0'
memory: 512M