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:
Karina Kwiatek 2023-02-11 11:55:26 +01:00 committed by GitHub
commit 9cd898062c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -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