-
-
Notifications
You must be signed in to change notification settings - Fork 64
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
Add Jitsi #23
base: master
Are you sure you want to change the base?
Add Jitsi #23
Conversation
Hey @SailReal, I've got a few remarks for you: |
Thank you for the review!
A good and valid point, I will take another look at it.
It should be used in
Will fix that, thanks for pointing out.
Because |
I've removed the exposed ports, need to fix the tests, would it then meet your needs? |
Awesome ! For the middleware, I see that you define it as |
aliases: | ||
- ${XMPP_DOMAIN} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To be honest, I'm not quiet sure, but if I remove it I get "Bad gateway" errors and took it from here: https://github.com/jitsi-contrib/jitsi-traefik/blob/main/traefik-v2/docker-compose.yml#L101-L103 🤔
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OK, I'll have to check this out 🤔
But if you can do otherwise it could be better to have unified docker-compose files in the project
Co-authored-by: Tom Moulard <[email protected]>
Mhhh still have to fix the tests, I'll do it tomorrow.