Add my homelab setup, converted to docker compose files

This commit is contained in:
2024-05-28 16:55:33 -03:00
commit eecd123c53
17 changed files with 314 additions and 0 deletions

13
owncast/docker-compose.yml Executable file
View File

@ -0,0 +1,13 @@
version: "3.4"
services:
owncast:
image: owncast/owncast:latest
container_name: "owncast"
restart: unless-stopped
security_opt:
- no-new-privileges:true
ports:
- "8082:8080"
- "1935:1935"
volumes:
- /docker/appdata/owncast/data:/app/data