diff --git a/Dockerfile b/Dockerfile index 28b086c..fc93d97 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \ diff --git a/docker-compose.yaml b/docker-compose.yaml index a33afb2..b692286 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -7,8 +7,6 @@ services: darkwire.io: build: context: . - environment: - - STORE_HOST=redis://redis:6379 networks: - db ports: