-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
[Docker] Failling to rendering template <.Env.XMPP_MUC_DOMAIN>: invalid value
#1195
Comments
We don't currently test with podman. Can you try docker-compose instead? |
@saghul After a try, i can confirm it works with docker.
Thanks for your awesome works Have a nice day |
I'd welcome a PR fixing whatever is necessary to make it work in Podman. However, if podman claims to have full compatibility with vanilla Docker, it should all work unmodified. |
@saghul Thanks for your answer. |
Closing this this is a podman issue. Podman support is tracked at #201 |
Description:
While running compose, I got multiple various message that seems due the same original cause.
To my understanding
XMPP_MUC_DOMAIN
env var is not defined or not a string.Thus:
template: /defaults/system-config.js:11:45: executing "/defaults/system-config.js" at <.Env.XMPP_MUC_DOMAIN>: invalid value; expected string
/nginx/meet.conf
is incompletenginx: [emerg] invalid number of arguments in "proxy_pass" directive in /config/nginx/meet.conf:59
Steps to reproduce:
curl -Lo/tmp/docker_jitsi.tar.gz https://github.com/jitsi/docker-jitsi-meet/archive/refs/tags/stable-6726-1.tar.gz
tar xf /tmp/docker_jitsi.tar.gz -C /var/www/jitsi.microbiomestudio.fr/ --strip-components=1
Actual behavior:
We can see from file
system-config.js
thatXMPP_MUC_DOMAIN
is filled from its corresponding env varThe env file declare the expected variable
I even defined the variable into the current bash session to ensure its presence.
Thanks for your helps
Best regards
The text was updated successfully, but these errors were encountered: