easypi/owncast
Owncast is a self-hosted live video and web chat server for use with existing popular broadcasting software. Point your live stream at a server you personally control and regain ownership over your content.
version: "3.8"
services:
owncast:
image: owncast/owncast
command: /app/owncast -backupdir=/data -database=/data/database.db
ports:
- "1935:1935"
- "8080:8080"
volumes:
- ./data:/data
restart: unless-stopped
OBS is a pretty good piece of free software that will get you streaming from your own computer right away.
docker pull easypi/owncast