Update docker-compose.staging.yaml

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

View File

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