-
Notifications
You must be signed in to change notification settings - Fork 40
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
Way to differentiate proxied and non proxied domains with docker compose #227
Comments
Thank you for opening the issue.
As I am still working on the design and the new code, your feedback is important. In the meanwhile, as a workaround, you can run two instances to avoid the template system altogether. |
I'm new to docker and i don't even know how to program. I'm using portainer to import compose files. |
Thank you for your feedback. I should probably explain more about wildcard domains in README. Let me know if something is not working---I made the tool for myself but I also want to make it useful for others. The only downside of multiple instances is that they would eat up more memory and their cache cannot be shared, but if you can afford more memory and/or less efficient network usage, they would work perfectly fine. Again, let me know if something is not working well. I need your feedback to improve this tool further. |
@nikkopt FYI: #223 was implemented and has been shipped with 1.7.1. It is still "experimental" but I kind of like it (as I managed to implement this feature with a tiny and reasonably efficient parser), so maybe you can depend on it. See README for the documentation. You can use |
Tat was fast! At the moment i'm only using one domain. I'll try it as soon as i need it. I took a look at the readme and it looks pretty easy to use. Thanks a bunch! |
I can't seem to find this information in the readme page.
What's the right way to tell the script to proxy the domain foo.bar and not proxy the subdomain test.foo.bar with docker compose?
And while i'm at it. What about the TTL?
Also, if i write *.foo.bar , will the script update every single subdomain?
Thanks in advance.
The text was updated successfully, but these errors were encountered: