Files
templates/blueprints/owncast/docker-compose.yml
devdamo edb972f14a Add Owncast blueprint and metadata (#369)
* Add Owncast blueprint and metadata

Introduces a new Owncast blueprint with docker-compose configuration, template, and image. Updates meta.json to register Owncast with relevant metadata and links.

* Rename owncast image from JPG to PNG

Renamed the owncast blueprint image file extension from .jpg to .png for consistency or format requirements. No changes to image content.
2025-09-15 22:49:52 -06:00

15 lines
209 B
YAML

version: "3.8"
services:
owncast:
image: owncast/owncast:latest
restart: unless-stopped
volumes:
- owncast-data:/app/data
ports:
- 8080
- 1935
volumes:
owncast-data: {}