Merge branch 'master' into production

This commit is contained in:
Dan Elbert 2018-06-09 13:42:46 -05:00
commit 7ee316f2b4

View File

@ -1,11 +1,16 @@
version: '2'
version: '3'
services:
memcache:
image: memcached:1.5.4-alpine
command: memcached -m 512
web:
image: danelbert/parsley:production
ports:
- "7000:80"
environment:
- RAILS_USE_MEMCACHE=true
- PASSENGER_APP_ENV=production
env_file: /etc/default/parsley
volumes: