From 8575c5a7a442b6875d578b2bdfa6e3797be9e771 Mon Sep 17 00:00:00 2001 From: Spencer Brower Date: Thu, 21 Mar 2024 13:37:13 -0400 Subject: [PATCH] feat: Added more commands to process-compose config. --- templates/php/flake.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/templates/php/flake.nix b/templates/php/flake.nix index 5301570..bfa3017 100644 --- a/templates/php/flake.nix +++ b/templates/php/flake.nix @@ -44,8 +44,11 @@ web.command = "sudo ${pkgs.caddy}/bin/caddy run"; mail.command = "${pkgs.mailhog}/bin/MailHog"; php.command = "${php}/bin/php-fpm -F -y php-fpm.conf"; + #php.command = "${php} artisan octane:start --watch"; # redis.command = "${$pks.redis}/bin/redis-server"; # db.command = "${doltPkg}/bin/dolt sql-server --config dolt.yml"; + # worker.command = php artisan horizon; + # schedule.command = php artisan schedule:work; }; devShells.default = pkgs.mkShell