Updated prod compose

This commit is contained in:
Dan Elbert 2018-06-09 13:42:38 -05:00
parent 306e6a85db
commit 6ca63c2a99

View File

@ -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: