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