Update docker-compose.dev.yaml
This commit is contained in:
parent
2d3ebe069e
commit
76ce42d894
@ -41,6 +41,12 @@ services:
|
||||
depends_on:
|
||||
- django
|
||||
|
||||
redis:
|
||||
image: redis:alpine
|
||||
restart: always
|
||||
expose:
|
||||
- 6379
|
||||
|
||||
mailhog:
|
||||
image: mailhog/mailhog:latest
|
||||
restart: unless-stopped
|
||||
|
Loading…
Reference in New Issue
Block a user