mirror of
https://github.com/Retrospring/retrospring.git
synced 2024-11-20 08:09:53 +01:00
Add default database/redis connections to docker-compose
This commit is contained in:
parent
7ed6e9de3d
commit
7dfa65f139
1 changed files with 2 additions and 0 deletions
|
@ -11,6 +11,8 @@ services:
|
||||||
- redis
|
- redis
|
||||||
environment:
|
environment:
|
||||||
- SPROCKETS_CACHE=/cache
|
- SPROCKETS_CACHE=/cache
|
||||||
|
- DATABASE_URL=postgres://postgres:justask@postgres/justask_development?pool=25
|
||||||
|
- REDIS_URL=redis://redis:6379
|
||||||
volumes:
|
volumes:
|
||||||
- ./:/app
|
- ./:/app
|
||||||
- cache:/cache
|
- cache:/cache
|
||||||
|
|
Loading…
Reference in a new issue