Referencing local redis

This commit is contained in:
Daniel Seripap 2017-12-09 14:16:59 -05:00
parent b364591985
commit fd6f7c2c29

View File

@ -5,6 +5,7 @@ services:
image: darkwire/darkwire-server:latest image: darkwire/darkwire-server:latest
environment: environment:
- NODE_ENV=production - NODE_ENV=production
- REDIS_HOST=redis
ports: ports:
- "3000:3000" - "3000:3000"
dwclient: dwclient: