fix: taiga
This commit is contained in:
@@ -2399,7 +2399,7 @@ async function startTaigaService(request: FastifyRequest<ServiceStartStop>) {
|
|||||||
image: `${image}:${version}`,
|
image: `${image}:${version}`,
|
||||||
environmentVariables: {
|
environmentVariables: {
|
||||||
TAIGA_URL: fqdn,
|
TAIGA_URL: fqdn,
|
||||||
TAIGA_WEBSOCKETS_URL: `ws://${getDomain(fqdn)}`,
|
TAIGA_WEBSOCKETS_URL: isHttps ? `wss://${getDomain(fqdn)}` : `ws://${getDomain(fqdn)}`,
|
||||||
TAIGA_SUBPATH: "",
|
TAIGA_SUBPATH: "",
|
||||||
PUBLIC_REGISTER_ENABLED: isDev ? "true" : "false",
|
PUBLIC_REGISTER_ENABLED: isDev ? "true" : "false",
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user