Update docker-compose.staging.yaml

This commit is contained in:
Andros Fenollosa 2021-08-26 18:17:55 +02:00 committed by GitHub
parent f9009abd69
commit 111f45e569
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,6 +20,8 @@ services:
STATIC_URL: "/static/"
STATIC_ROOT: "static"
MEDIA_URL: "/media/"
REDIS_HOST: "redis"
REDIS_PORT: "6379"
EMAIL_HOST: ""
EMAIL_USE_TLS: "True"
EMAIL_PORT: "2525"