Merge branch 'master' into production
This commit is contained in:
commit
7ee316f2b4
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user