mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-02-13 21:33:20 +01:00
Add cache volume for Rails caches
This commit is contained in:
parent
3989b71944
commit
b47c0deb48
1 changed files with 5 additions and 1 deletions
|
@ -12,6 +12,7 @@ services:
|
|||
- redis
|
||||
volumes:
|
||||
- ./:/app
|
||||
- cache:/app/tmp/cache
|
||||
ports:
|
||||
- 3000:3000
|
||||
|
||||
|
@ -26,4 +27,7 @@ services:
|
|||
- 5432:5432
|
||||
environment:
|
||||
POSTGRES_PASSWORD: justask
|
||||
POSTGRES_DB: justask_development
|
||||
POSTGRES_DB: justask_development
|
||||
|
||||
volumes:
|
||||
cache:
|
Loading…
Reference in a new issue