Skip to content

Instantly share code, notes, and snippets.

@vartana
Created February 5, 2016 23:10
Show Gist options
  • Save vartana/74bd03c27a1b22d916b1 to your computer and use it in GitHub Desktop.
Save vartana/74bd03c27a1b22d916b1 to your computer and use it in GitHub Desktop.
pritunl:
build: pritunl/.
privileged: true
volumes_from:
- pritunl-data
links:
- "mongo:mongodbserver"
ports:
- "1194:1194"
- "9700:9700"
environment:
MONGODB_URI: "mongodb://mongodbserver:27017/pritunl"
pritunl-data:
image: base/arch
command: "true"
volumes:
- /var/lib/pritunl
mongodata:
image: base/arch
volumes:
- /data/db
command: "true"
mongo:
image: mongo:3.2
hostname: mongodbserver
volumes_from:
- mongodata
expose:
- "27017"
command: --smallfiles --rest
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment