1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-12-23 01:39:27 +02:00
dockerfiles/restreamer/docker-compose.yml

18 lines
384 B
YAML
Raw Normal View History

2024-09-13 10:42:39 +02:00
#
# Doc: https://docs.datarhei.com/restreamer/installing/raspberry-pi-arm
#
2022-07-21 11:51:51 +02:00
version: "3.8"
services:
restreamer:
image: datarhei/restreamer:rpi-latest
ports:
2024-09-13 10:40:43 +02:00
- "1935:1935" # RTMP
- "8080:8080" # WEB
- "6000:6000/udp" # SRT
2022-07-21 11:51:51 +02:00
volumes:
2024-08-06 04:58:43 +02:00
- ./data/etc:/core/config
- ./data/var:/core/data
2022-07-21 11:51:51 +02:00
privileged: true
restart: unless-stopped