Skip to content

Instantly share code, notes, and snippets.

@mkoertgen
Last active May 21, 2017 22:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mkoertgen/4acb6eee061d81814481a1ff5cb32a90 to your computer and use it in GitHub Desktop.
Save mkoertgen/4acb6eee061d81814481a1ff5cb32a90 to your computer and use it in GitHub Desktop.
hello.webrtc

hello.webrtc

Setting up a custom, private WebRTC server using Spreed WebRTC

version: '2'
services:
webrtc:
image: spreed/webrtc
ports:
- '1234:8080'
- '8443:8443'
# If hangind on creating server secrets, you may try to increase entropy, cf.
# - https://help.nextcloud.com/t/spreed-me-docker-container-wont-start/2303/12
environment:
http_proxy: ${http_proxy}
https_proxy: ${https_proxy}
no_proxy: ${no_proxy}
volumes:
- '/srv/extra:/srv/extra'
- '/var/log/spreed:/var/log/spreed'
- '/var/www/nextcloud/apps/spreedme/extra:/var/www/nextcloud/apps/spreedme/extra'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment