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

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