fix: Broken Docker production config (#2319)

fixes: #2110
This commit is contained in:
Sojan Jose 2021-05-21 18:55:42 +05:30 committed by GitHub
parent bb1c028926
commit 64718eb879
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -44,6 +44,8 @@ services:
redis:
image: redis:alpine
restart: always
command: ["sh", "-c", "redis-server --requirepass \"$REDIS_PASSWORD\""]
env_file: .env
volumes:
- /data/redis:/data
ports: