add the files
This commit is contained in:
@@ -0,0 +1,44 @@
|
||||
---
|
||||
services:
|
||||
obs:
|
||||
build: ./obs
|
||||
container_name: movienight-obs
|
||||
devices:
|
||||
- /dev/dri/renderD128:/dev/dri/renderD128
|
||||
volumes:
|
||||
- ./obs-config:/home/movienight/.config/obs-studio
|
||||
- /srv/media/movies:/mnt/movies:ro
|
||||
- /srv/media/music:/mnt/music:ro
|
||||
- /srv/media/tv:/mnt/tv:ro
|
||||
- ./assets:/mnt/assets
|
||||
ports:
|
||||
- 100.70.0.2:5901:5901
|
||||
networks:
|
||||
- movienight
|
||||
|
||||
mediamtx:
|
||||
image: bluenviron/mediamtx:latest-ffmpeg
|
||||
container_name: movienight-mediamtx
|
||||
volumes:
|
||||
- ./mediamtx.yml:/mediamtx.yml
|
||||
ports:
|
||||
- 8554:8554
|
||||
networks:
|
||||
- movienight
|
||||
|
||||
# rac:
|
||||
# image: ghcr.io/goauthentik/rac:latest
|
||||
# container_name: movienight-rac
|
||||
# environment:
|
||||
# - AUTHENTIK_HOST=http://authentik-server-1:9000
|
||||
# - AUTHENTIK_INSECURE=1
|
||||
# - AUTHENTIK_TOKEN=
|
||||
# networks:
|
||||
# - movienight
|
||||
# - authentik
|
||||
|
||||
networks:
|
||||
movienight:
|
||||
# authentik:
|
||||
# external: true
|
||||
# name: "authentik_authentik"
|
||||
Reference in New Issue
Block a user