Add cache volume for Rails caches
This commit is contained in:
parent
3989b71944
commit
b47c0deb48
|
@ -12,6 +12,7 @@ services:
|
||||||
- redis
|
- redis
|
||||||
volumes:
|
volumes:
|
||||||
- ./:/app
|
- ./:/app
|
||||||
|
- cache:/app/tmp/cache
|
||||||
ports:
|
ports:
|
||||||
- 3000:3000
|
- 3000:3000
|
||||||
|
|
||||||
|
@ -26,4 +27,7 @@ services:
|
||||||
- 5432:5432
|
- 5432:5432
|
||||||
environment:
|
environment:
|
||||||
POSTGRES_PASSWORD: justask
|
POSTGRES_PASSWORD: justask
|
||||||
POSTGRES_DB: justask_development
|
POSTGRES_DB: justask_development
|
||||||
|
|
||||||
|
volumes:
|
||||||
|
cache:
|
Loading…
Reference in New Issue