Update docker-compose.staging.yaml
This commit is contained in:
parent
8e19dbd512
commit
277d0b061c
@ -40,6 +40,12 @@ services:
|
||||
depends_on:
|
||||
- django
|
||||
|
||||
redis:
|
||||
image: redis:alpine
|
||||
restart: always
|
||||
expose:
|
||||
- 6379
|
||||
|
||||
gulp:
|
||||
build: Dockerfiles/gulp
|
||||
restart: always
|
||||
|
Loading…
Reference in New Issue
Block a user