Skip to content

Instantly share code, notes, and snippets.

@jasonblanchard
Last active August 29, 2015 14:02
Show Gist options
  • Select an option

  • Save jasonblanchard/91310a233d0e11c7a8cc to your computer and use it in GitHub Desktop.

Select an option

Save jasonblanchard/91310a233d0e11c7a8cc to your computer and use it in GitHub Desktop.
proxy_vm:
name: "apprennet"
memory: 4048
cpus: 4
services:
redis:
docker_config:
image: dockerfile/redis
ports:
- 6379:6379
forwarded_ports:
guest: 6379
host: 6379
mongodb:
docker_config:
image: ehazlett/mongodb
ports:
- 27017:27017
volumes:
- /home/vagrant/data/mongo:/tmp/mongo
env:
DATA_DIR: /tmp/mongo
forwarded_ports:
guest: 27017
host: 27017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment