Update docker-compose.dev.yaml

This commit is contained in:
Andros Fenollosa 2021-06-14 09:21:19 +02:00 committed by GitHub
parent 2d3ebe069e
commit 76ce42d894
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -40,6 +40,12 @@ services:
- .:/usr/src/app/
depends_on:
- django
redis:
image: redis:alpine
restart: always
expose:
- 6379
mailhog:
image: mailhog/mailhog:latest