Skip to content

Commit

Permalink
fix: fixed the configuration params for redis
Browse files Browse the repository at this point in the history
  • Loading branch information
sahil9001 committed Oct 19, 2024
1 parent 4e556a8 commit 4424b1f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ services:
volumes:
- ./.env:/home/node/app/.env
environment:
- REDIS_HOST=redis
- REDIS_PORT=6379
- REDIS_ENABLED=true
- REDIS_URL=redis://redis:6379

relay-ws:
container_name: hedera-json-rpc-relay-ws
Expand All @@ -21,8 +21,8 @@ services:
environment:
HEALTHCHECK_PORT: 8547
SUBSCRIPTIONS_ENABLED: true
REDIS_HOST: redis
REDIS_PORT: 6379
REDIS_ENABLED: true
REDIS_URL: redis://redis:6379
restart: "unless-stopped"
ports:
- 8546:8546
Expand All @@ -42,4 +42,4 @@ services:
restart: always

volumes:
redis-data:
redis-data:

0 comments on commit 4424b1f

Please sign in to comment.