Update docker-compose.staging.yaml
This commit is contained in:
parent
8e19dbd512
commit
277d0b061c
1 changed files with 6 additions and 0 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue