initial commit

This commit is contained in:
2025-08-19 11:40:26 -07:00
commit c34b325cf0
18 changed files with 1803 additions and 0 deletions

View File

@ -0,0 +1,14 @@
services:
owncast:
container_name: owncast
image: owncast/owncast:latest
volumes:
- {{ owncast_working_folder }}/data:/app/data
- {{ owncast_capture_folder }}:/app/capture
ports:
- 8080:8080
- 1935:1935
restart: always
network_mode: bridge