nixos-configs/devices/nas/modules/arion/hauk/compose.nix
matt1432 8bd8ee583b
All checks were successful
Discord / discord commits (push) Has been skipped
feat(arion): migrate hauk
2024-02-28 12:45:17 -05:00

9 lines
191 B
Nix

{...}: {
arion.projects."hauk"."hauk" = {
image = ./images/hauk.nix;
restart = "always";
ports = ["3003:80"];
volumes = ["${./config.php}:/etc/hauk/config.php:ro"];
};
}