Add docker file templates

This commit is contained in:
Henrik Lissner 2016-02-14 23:56:38 -05:00
parent e4f9c9fdc6
commit 491b3c8441
2 changed files with 19 additions and 0 deletions

View file

@ -0,0 +1,4 @@
FROM ${1:phusion/baseimage:latest}
MAINTAINER ${2:Henrik Lissner <henrik@lissner.net>}
$0

View file

@ -0,0 +1,15 @@
web:
build: .
ports:
- "8080:80"
volumes:
- ./public:/var/www
links:
- mysql
- memcache
mysql:
image: mysql
redis:
image: redis