2024-07-24 15:49:31 -04:00
|
|
|
{pkgs, ...}: {
|
|
|
|
khepri.compositions."hauk".services."hauk" = {
|
|
|
|
image = import ./images/hauk.nix pkgs;
|
2024-02-28 12:45:17 -05:00
|
|
|
restart = "always";
|
|
|
|
ports = ["3003:80"];
|
|
|
|
|
|
|
|
volumes = ["${./config.php}:/etc/hauk/config.php:ro"];
|
|
|
|
};
|
|
|
|
}
|