Skip to content

Instantly share code, notes, and snippets.

@prologic
Created July 7, 2015 11:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save prologic/83e8ee24ad6e56758927 to your computer and use it in GitHub Desktop.
Save prologic/83e8ee24ad6e56758927 to your computer and use it in GitHub Desktop.
machines:
prod:
driver: digitalocean
domains:
todoapp:
provider: digitalocean
zone: todoapp.org
records:
- "@ {{ machines.prod.ip }}"
services:
redis:
image: redis
todoapp:
build: .
links:
- redis
environment:
- PORT=8000
- VIRTUALHOST={{ domains.todoapp }}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment