heather: jitsi-jvb add network alias 'jvb' (nginx colibri-ws proxy needs it)
nginx template in jitsi-web hardcodes proxy_pass http://jvb:9090 for /colibri-ws/jvb/* but service is named jitsi-jvb → DNS NXDOMAIN → 502. Official compose names service 'jvb'; arion service key is jitsi-jvb so add network alias 'jvb' to fix bridge channel.
This commit is contained in:
parent
6c536852ad
commit
897ea4bed2
1 changed files with 1 additions and 1 deletions
|
|
@ -229,7 +229,7 @@
|
|||
];
|
||||
service.volumes = [ "jitsi-jvb-config:/config" ];
|
||||
service.depends_on = [ "jitsi-prosody" ];
|
||||
service.networks = [ "meet-jitsi" ];
|
||||
service.networks.meet-jitsi.aliases = [ "jvb" ];
|
||||
service.env_file = [ "/var/lib/jitsi-secrets/jitsi.env" ];
|
||||
service.environment = {
|
||||
TZ = "Europe/Moscow";
|
||||
|
|
|
|||
Loading…
Reference in a new issue