Skip to content

chore(dev): remap local Redis to 6380 to coexist with host Redis - #3289

Open
crisng95 wants to merge 1 commit into
block:mainfrom
crisng95:local-setup
Open

chore(dev): remap local Redis to 6380 to coexist with host Redis#3289
crisng95 wants to merge 1 commit into
block:mainfrom
crisng95:local-setup

Conversation

@crisng95

Copy link
Copy Markdown

The dev stack's Redis binds host port 6380 (container still 6379) so it no longer collides with a locally-running Redis on 6379. Updated the compose mapping, REDIS_URL defaults, and the dev-setup port guard accordingly.

  • docker-compose.yml: redis host port 6379 -> 6380
  • scripts/dev-setup.sh: guard checks 6380 (the port buzz binds)
  • scripts/run-tests.sh, scripts/start-relay-for-tests.sh: REDIS_URL -> :6380

Co-Authored-By: Claude Opus 4.8 noreply@anthropic.com

Summary

Related issue

Testing

The dev stack's Redis binds host port 6380 (container still 6379) so it no
longer collides with a locally-running Redis on 6379. Updated the compose
mapping, REDIS_URL defaults, and the dev-setup port guard accordingly.

- docker-compose.yml: redis host port 6379 -> 6380
- scripts/dev-setup.sh: guard checks 6380 (the port buzz binds)
- scripts/run-tests.sh, scripts/start-relay-for-tests.sh: REDIS_URL -> :6380

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@crisng95
crisng95 requested a review from a team as a code owner July 28, 2026 10:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant