mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-02-13 21:33:20 +01:00
Merge pull request #1065 from Retrospring/feature/docker-even-faster-dev
Add default database/redis connections to docker-compose.yml
This commit is contained in:
commit
9cd898062c
1 changed files with 2 additions and 0 deletions
|
@ -11,6 +11,8 @@ services:
|
|||
- redis
|
||||
environment:
|
||||
- SPROCKETS_CACHE=/cache
|
||||
- DATABASE_URL=postgres://postgres:justask@postgres/justask_development?pool=25
|
||||
- REDIS_URL=redis://redis:6379
|
||||
volumes:
|
||||
- ./:/app
|
||||
- cache:/cache
|
||||
|
|
Loading…
Reference in a new issue