tellform/fig.yml
David Baldwynn 87b351efea first commit
2015-06-29 15:51:29 -07:00

13 lines
148 B
YAML
Executable file

web:
build: .
links:
- db
ports:
- "3000:3000"
environment:
NODE_ENV: development
db:
image: mongo
ports:
- "27017:27017"