Skip to content

Commit

Permalink
Fix Redis host environment variable
Browse files Browse the repository at this point in the history
  • Loading branch information
phuongdh committed May 1, 2018
1 parent 5bb366b commit 9918de4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,8 @@ services:
- SETTINGS__MATTERHORN__MEDIA_PATH=/masterfiles
- MEDIAINFO_PATH=/usr/bin/mediainfo
- RAILS_ENV=production
- REDIS_SERVER=redis:6379
- SETTINGS__REDIS__HOST=redis
- SETTINGS__REDIS__PORT=6379
- SMTP_ADDRESS
- SMTP_AUTHENTICATION
- SMTP_DOMAIN
Expand Down

0 comments on commit 9918de4

Please sign in to comment.