Skip to content

Instantly share code, notes, and snippets.

@bentech4u
Created March 23, 2020 13:32
Show Gist options
  • Save bentech4u/ce2e4b6f0a28bae5d8d75b0260f345ab to your computer and use it in GitHub Desktop.
Save bentech4u/ce2e4b6f0a28bae5d8d75b0260f345ab to your computer and use it in GitHub Desktop.
redisio:
volumes:
- /srv/docker/multistreamer/redis:/var/lib/redis:Z
postgresql:
volumes:
- /srv/docker/multistreamer/postgresql:/var/lib/postgresql:Z
environment:
- POSTGRES_USER=multistreamer
- POSTGRES_PASS=password
- POSTGRES_HOST_AUTH_METHOD=trust
multistreamer:
ports:
- "8081:8081"
- "6667:6667"
- "1935:1935"
volumes:
- /srv/docker/multistreamer/multistreamer:/etc/multistreamer:Z
- ./htpasswd:/etc/htpasswd-auth-server:Z
environment:
MULTISTREAMER_APP_NAME: multistreamer
MULTISTREAMER_LANG_ID: en_us
MULTISTREAMER_AUTH_ENDPOINT:
MULTISTREAMER_SESSION_SECRET: 123456
MULTISTREAMER_PUBLIC_HTTP_URL: https://diykuwait.com:8081
MULTISTREAMER_PUBLIC_RTMP_URL: rtmp://diykuwait.com:1935
MULTISTREAMER_RTMP_PREFIX: multistreamer
MULTISTREAMER_HTTP_PREFIX:
MULTISTREAMER_PUBLIC_IRC_HOSTNAME: diykuwait.com
MULTISTREAMER_PUBLIC_IRC_PORT: 6667
MULTISTREAMER_TWITCH_CLIENT_ID:
MULTISTREAMER_TWITCH_CLIENT_SECRET:
MULTISTREAMER_TWITCH_INGEST_SERVER:
MULTISTREAMER_YOUTUBE_CLIENT_ID:
MULTISTREAMER_YOUTUBE_CLIENT_SECRET:
MULTISTREAMER_YOUTUBE_COUNTRY_CODE:
MULTISTREAMER_FACEBOOK_APP_ID:
MULTISTREAMER_FACEBOOK_APP_SECRET:
MULTISTREAMER_MIXER_CLIENT_ID:
MULTISTREAMER_MIXER_CLIENT_SECRET:
MULTISTREAMER_MIXER_INGEST_SERVER:
MULTISTREAMER_LOG_LEVEL: error
MULTISTREAMER_PUBLIC_IRC_SSL: 'false'
MULTISTREAMER_SESSION_NAME: multistreamer
MULTISTREAMER_LOQ_QUERIES: 'false'
MULTISTREAMER_LOQ_REQUESTS: 'false'
MULTISTREAMER_IRC_FORCE_JOIN: 'false'
MULTISTREAMER_WORKER_PROCESSES: 1
MULTISTREAMER_DNS_RESOLVER: 127.0.0.1:5353 ipv6=off
MULTISTREAMER_DICT_STREAMS_SIZE: 10m
MULTISTREAMER_DICT_WRITERS_SIZE: 10m
MULTISTREAMER_FFMPEG_MAX_ATTEMPTS: 3
MULTISTREAMER_PING: 1m
MULTISTREAMER_PING_TIMEOUT: 30s
MULTISTREAMER_SHOW_VERSION: 'true'
MULTISTREAMER_IRC_MOTD: |-
Welcome to the Multistreamer IRC server!
I hope you have fun.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment