infra: fix deploy-rs + collabora container #256
|
@ -22,11 +22,12 @@
|
||||||
"9980:9980"
|
"9980:9980"
|
||||||
];
|
];
|
||||||
extraOptions = [
|
extraOptions = [
|
||||||
"--cap-add MKNOD"
|
"--cap-add=MKNOD"
|
||||||
|
"--pull=always"
|
||||||
];
|
];
|
||||||
environment = {
|
environment = {
|
||||||
server_name = "collabora.pub.solar";
|
server_name = "collabora.pub.solar";
|
||||||
aliasgroup1 = "https://collabora.pub.solar:443";
|
aliasgroup1 = "https://cloud.pub.solar:443";
|
||||||
DONT_GEN_SSL_CERT = "1";
|
DONT_GEN_SSL_CERT = "1";
|
||||||
extra_params = "--o:ssl.enable=false --o:ssl.termination=true";
|
extra_params = "--o:ssl.enable=false --o:ssl.termination=true";
|
||||||
SLEEPFORDEBUGGER = "0";
|
SLEEPFORDEBUGGER = "0";
|
||||||
|
|
Loading…
Reference in a new issue