Skip to content

Commit

Permalink
fix: fixed blank line
Browse files Browse the repository at this point in the history
Signed-off-by: Sahil Silare <[email protected]>
  • Loading branch information
sahil9001 committed Oct 24, 2024
1 parent 039d029 commit ffebbd7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ services:
volumes:
- ./.env:/home/node/app/.env
environment:
REDIS_ENABLED: "true"
REDIS_ENABLED: true
REDIS_URL: "redis://redis:6379"

relay-ws:
Expand All @@ -21,7 +21,7 @@ services:
environment:
HEALTHCHECK_PORT: 8547
SUBSCRIPTIONS_ENABLED: true
REDIS_ENABLED: "true"
REDIS_ENABLED: true
REDIS_URL: "redis://redis:6379"
restart: "unless-stopped"
ports:
Expand All @@ -43,4 +43,3 @@ services:

volumes:
redis-data:

0 comments on commit ffebbd7

Please sign in to comment.