Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Configure docker-compose to use a personal REDIS instance #146

Open
ghstahl opened this issue Aug 14, 2023 · 0 comments
Open

Configure docker-compose to use a personal REDIS instance #146

ghstahl opened this issue Aug 14, 2023 · 0 comments

Comments

@ghstahl
Copy link

ghstahl commented Aug 14, 2023

I can bring up webhooks.site if that all I do in docker.
I have another docker-compose that has a customized redis which I want to run at the same time.

Once I bring up the second docker-compose there must be a redis conflict that causes webhooks.site to terminate.

I tried to configure the webhooks.site docker-compose to use a different port, telling redis that it is to use some other port . i.e. 6803.

However, I can't seem to configure the other service to use the new port. The logs still think it 6379

Anyway,
this docker-compose would be nice to be self contained, with a private redis instance and easy to configure if other folks have a conflict with the port that this new one would have.

I think I have a working version here

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

No branches or pull requests

1 participant