1
0
Fork 0

Override container restart timeout

This commit is contained in:
Malte Brandy 2019-09-11 18:01:21 +02:00
parent cbfdb8ee8d
commit f6ab928e7a
4 changed files with 7 additions and 5 deletions

View file

@ -11,6 +11,7 @@ let
isReadOnly = false;
};
};
timeoutStartSec = "360";
autoStart = true;
privateNetwork = true;
hostBridge = "bridge";
@ -58,7 +59,6 @@ let
memcached = false;
};
config = {
#extraTrustedDomains = [ "2a02:c207:3002:7584::3:1" ];
dbtype = "pgsql";
dbname = "nextcloud";
dbuser = "nextcloud";
@ -108,10 +108,7 @@ let
};
};
};
serviceConfig = {
RestartSec = 10;
TimeoutSec = 360;
};
serviceConfig = { RestartSec = 10; };
in {
systemd.services."container@cloud" = { inherit serviceConfig; };
systemd.services."container@chor-cloud" = { inherit serviceConfig; };

View file

@ -81,6 +81,7 @@ in {
[ "weather@email2matrix.maralorn.de" ];
"subjects-channel@maralorn.de" =
[ "subjects@email2matrix.maralorn.de" ];
"notify-channel@maralorn.de" = [ "notify@email2matrix.maralorn.de" ];
"monitoring-channel@maralorn.de" =
[ "monitoring@email2matrix.maralorn.de" ];
};

Binary file not shown.

View file

@ -20,6 +20,10 @@ let
};
Matrix = {
Mappings = [
(default_mailbox // {
MailboxName = "notify";
MatrixRoomId = "!kTKVQjRwxjaoMQmcve:maralorn.de";
})
(default_mailbox // {
MailboxName = "subjects";
MatrixRoomId = "!kTKVQjRwxjaoMQmcve:maralorn.de";