Skip to content

Instantly share code, notes, and snippets.

View rsnyman's full-sized avatar

Raoul Snyman rsnyman

  • Covenant Eyes
  • Willcox, Arizona, USA
View GitHub Profile
@rsnyman
rsnyman / keybase.md
Created August 8, 2018 17:44
Keybase proof

Keybase proof

I hereby claim:

  • I am rsnyman on github.
  • I am superfly (https://keybase.io/superfly) on keybase.
  • I have a public key whose fingerprint is BAE5 9891 5240 BBDA 7EFD AC0E F55B CED7 9626 AE9C

To claim this, I am signing this object:

@rsnyman
rsnyman / docker-compose.yaml
Created March 21, 2018 20:29
My docker-compose.yaml for WeKan and MongoDB
version: '3'
services:
wekan:
image: wekanteam/wekan
links:
- mongodb
environment:
- MONGO_URL=mongodb://mongodb/wekan
- ROOT_URL=https://<yourdomain>
- MAIL_URL=smtp://<yourdomain>