mirror of
https://github.com/darkwire/darkwire.io.git
synced 2025-07-18 02:44:01 +00:00
make it so the docker-compose version of the redis name is default
This commit is contained in:
parent
acdcff091b
commit
d841a4e3b6
@ -15,7 +15,7 @@ ENV MAILGUN_API_KEY=api-key \
|
||||
ROOM_HASH_SECRET='some-uuid'\
|
||||
SITE_URL=https://darkwire.io \
|
||||
STORE_BACKEND=redis \
|
||||
STORE_HOST=redis://localhost:6379
|
||||
STORE_HOST=redis://redis:6379
|
||||
|
||||
# Client configuration will be put into client/.env
|
||||
ENV TZ=UTC \
|
||||
|
@ -7,8 +7,6 @@ services:
|
||||
darkwire.io:
|
||||
build:
|
||||
context: .
|
||||
environment:
|
||||
- STORE_HOST=redis://redis:6379
|
||||
networks:
|
||||
- db
|
||||
ports:
|
||||
|
Loading…
x
Reference in New Issue
Block a user