mirror of
https://github.com/darkwire/darkwire.io.git
synced 2025-07-18 10:49:02 +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'\
|
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 \
|
||||||
|
@ -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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user