init commit
This commit is contained in:
41
streaming/docker-compose.yml
Normal file
41
streaming/docker-compose.yml
Normal file
@@ -0,0 +1,41 @@
|
||||
version: "3"
|
||||
services:
|
||||
restreamer:
|
||||
image: datarhei/restreamer
|
||||
container_name: restreamer
|
||||
ports:
|
||||
- 1936:1935
|
||||
- 8080:8080
|
||||
networks:
|
||||
- frontend
|
||||
volumes:
|
||||
- "./Datarhei-restreamer/db:/restreamer/db"
|
||||
environment:
|
||||
- RS_USERNAME=${RS_USERNAME}
|
||||
- RS_PASSWORD=${RS_PASSWORD}
|
||||
- RS_LOGLEVEL=4
|
||||
- RS_TIMEZONE=${TZ}
|
||||
- RS_SNAPSHOT_INTERVAL=1m
|
||||
deploy:
|
||||
replicas: 1
|
||||
restart_policy:
|
||||
condition: any
|
||||
delay: 5s
|
||||
window: 10s
|
||||
|
||||
owncast:
|
||||
image: elestio/owncast:latest
|
||||
container_name: owncast
|
||||
user: 0:0
|
||||
restart: always
|
||||
volumes:
|
||||
- "./Owncast/:/app/"
|
||||
devices:
|
||||
- /dev/dri:/dev/dri
|
||||
shm_size: 256m
|
||||
ports:
|
||||
- "5050:8080"
|
||||
- "1935:1935"
|
||||
|
||||
networks:
|
||||
frontend:
|
||||
Reference in New Issue
Block a user