Merge branch 'master' into production
This commit is contained in:
commit
7ee316f2b4
@ -1,11 +1,16 @@
|
|||||||
version: '2'
|
version: '3'
|
||||||
|
|
||||||
services:
|
services:
|
||||||
|
memcache:
|
||||||
|
image: memcached:1.5.4-alpine
|
||||||
|
command: memcached -m 512
|
||||||
|
|
||||||
web:
|
web:
|
||||||
image: danelbert/parsley:production
|
image: danelbert/parsley:production
|
||||||
ports:
|
ports:
|
||||||
- "7000:80"
|
- "7000:80"
|
||||||
environment:
|
environment:
|
||||||
|
- RAILS_USE_MEMCACHE=true
|
||||||
- PASSENGER_APP_ENV=production
|
- PASSENGER_APP_ENV=production
|
||||||
env_file: /etc/default/parsley
|
env_file: /etc/default/parsley
|
||||||
volumes:
|
volumes:
|
||||||
|
Loading…
Reference in New Issue
Block a user