make it so the docker-compose version of the redis name is default

This commit is contained in:
emil-lengman 2020-08-12 18:25:01 +02:00 committed by Jérémie Pardou-Piquemal
parent acdcff091b
commit d841a4e3b6
2 changed files with 1 additions and 3 deletions

View File

@ -15,7 +15,7 @@ ENV MAILGUN_API_KEY=api-key \
ROOM_HASH_SECRET='some-uuid'\ ROOM_HASH_SECRET='some-uuid'\
SITE_URL=https://darkwire.io \ SITE_URL=https://darkwire.io \
STORE_BACKEND=redis \ STORE_BACKEND=redis \
STORE_HOST=redis://localhost:6379 STORE_HOST=redis://redis:6379
# Client configuration will be put into client/.env # Client configuration will be put into client/.env
ENV TZ=UTC \ ENV TZ=UTC \

View File

@ -7,8 +7,6 @@ services:
darkwire.io: darkwire.io:
build: build:
context: . context: .
environment:
- STORE_HOST=redis://redis:6379
networks: networks:
- db - db
ports: ports: