adding all my compose files

This commit is contained in:
2026-03-29 02:37:51 +00:00
parent 76852b403b
commit 07b2f20ca9
30 changed files with 1012 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
# owncast -- https://owncast.online/quickstart/container/
services:
owncast:
image: owncast/owncast:latest
container_name: owncast
ports:
- "3233:8080"
- "1935:1935"
environment:
- PUID=1000
- PGID=1000
volumes:
#- ./data:/app/data
- owncast-mnt:/app/data
restart: unless-stopped
volumes:
owncast-mnt:
name: owncast-mnt
driver_opts:
type: nfs
o: addr=truenas,nolock,soft,rw
device: :/mnt/store/vault/app/owncast