Docker setup voor het streamen van de teampresentaties
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
teampresentaties-streamer/docker-compose.yml

39 lines
944 B

version: "3.5"
services:
nginx-streamer:
image: alfg/nginx-rtmp
restart: unless-stopped
ports:
- 1935:1935
- 8080:80
- 8443:443
environment:
- HTTP_PORT=80
- RTMP_PORT=1935
volumes:
- ./nginx.conf:/etc/nginx/nginx.conf.template
- /data/teampresentaties_recording:/data
htc_page:
build: ./harambee-tv
restart: unless-stopped
container_name: htc_page
volumes:
- ./harambee-tv/site:/usr/local/apache2/htdocs
ports:
- 80:80
# proxy:
# image: jwilder/nginx-proxy:alpine
# container_name: pre-u-db-proxy
# volumes:
# - /var/run/docker.sock:/tmp/docker.sock:ro
# - ./dev/certs:/etc/nginx/certs
# - ./docker/nginx/vhost.d:/etc/nginx/vhost.d
# environment:
# - TZ=Europe/Amsterdam
# - DEFAULT_HOST=harambee-woest.student.utwente.nl
# - SSL_POLICY=Mozilla-Modern
# ports:
# - "80:80"
# - "443:443"