Update docker-compose.pro.yaml

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

View File

@ -40,6 +40,12 @@ services:
depends_on:
- django
redis:
image: redis:alpine
restart: always
expose:
- 6379
gulp:
build: Dockerfiles/gulp
restart: always