mirror of
https://codeberg.org/angestoepselt/homepage.git
synced 2025-05-24 14:46:16 +00:00
parent
8bd6697de2
commit
d7ef3f06d9
1 changed files with 6 additions and 0 deletions
|
|
@ -68,6 +68,12 @@
|
||||||
${pkgs.coreutils}/bin/mkdir -p /var/tmp
|
${pkgs.coreutils}/bin/mkdir -p /var/tmp
|
||||||
${pkgs.lighttpd}/bin/lighttpd -Df ${packages.lighttpdConfig}
|
${pkgs.lighttpd}/bin/lighttpd -Df ${packages.lighttpdConfig}
|
||||||
'') ];
|
'') ];
|
||||||
|
Healthcheck = {
|
||||||
|
Test = [ "${pkgs.curl}/bin/curl" "--fail" "localhost" ];
|
||||||
|
Interval = 30000000000; # 30 seconds
|
||||||
|
Timeout = 10000000000; # 10 seconds
|
||||||
|
Retries = 3;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue