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

can't setup webhook.site as multiple containers #152

Open
bgalek opened this issue Oct 12, 2023 · 1 comment
Open

can't setup webhook.site as multiple containers #152

bgalek opened this issue Oct 12, 2023 · 1 comment

Comments

@bgalek
Copy link

bgalek commented Oct 12, 2023

Hi! Congratulations on successful project!
I'm trying to run webhook.site on multiple containers (without docker compose).

nginx.conf has host of laravel-echo-server hardcoded, so I cannot put my IP there.

proxy_pass http://laravel-echo-server:6001;

Any chances of making it configurable?

@sullivan1337
Copy link

This is also an issue when attempting to run the 3 required containers on Azure ACI, workaround is running the following on container startup (not ideal..)
commands = [ "/bin/sh", "-c", "sed -i 's|proxy_pass http://laravel-echo-server:6001;|proxy_pass http://localhost:6001;|' /etc/nginx/conf.d/nginx.conf && nginx && nginx -s reload" ]

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

2 participants