Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View johncrisp's full-sized avatar

John Crisp johncrisp

View GitHub Profile
@johncrisp
johncrisp / docker-compose.yml
Created May 15, 2021 15:12
docker-compose.yml
version: '2'
services:
rocketchat:
image: rocketchat/rocket.chat:latest
command: >
bash -c
"for i in `seq 1 30`; do
node main.js &&
upstream backend {
server 127.0.0.1:3000;
}
# HTTPS Server
server {
listen external.ip.address ssl http2;
server_name chat.myserver.com
# You can increase the limit if your need to.