Fix demo to run as memory only

This commit is contained in:
Vikram Rangnekar
2019-04-17 23:35:08 -04:00
parent 6b164aed08
commit de52ce4738
8 changed files with 115 additions and 43 deletions

View File

@ -2,6 +2,7 @@ version: '3.4'
services:
db:
image: postgres
tmpfs: /var/lib/postgresql/data
super_graph:
image: dosco/super-graph:latest
@ -16,6 +17,7 @@ services:
image: dosco/super-graph-demo:latest
environment:
RAILS_ENV: "development"
tmpfs: /app/tmp/pids
ports:
- "3000:3000"
depends_on: