Skip to content

Instantly share code, notes, and snippets.

@victusfate
Last active December 19, 2017 16:55
Show Gist options
  • Save victusfate/16e8fab6c1b87136136d54e8deb6541a to your computer and use it in GitHub Desktop.
Save victusfate/16e8fab6c1b87136136d54e8deb6541a to your computer and use it in GitHub Desktop.
rocket.chat on zeit.co now
now
now alias $(pbpaste) <your custom domain>
FROM rocketchat/rocket.chat
# needs a mongoinstance - defaults to container linking with alias 'db'
ENV MONGO_URL=mongodb://<user>:<pass>@<your mongo instance url> \
HOME=/tmp \
PORT=3000 \
ROOT_URL=http://localhost:3000 \
Accounts_AvatarStorePath=/app/uploads
EXPOSE 3000
CMD ["node", "main.js"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment