disable http server

This commit is contained in:
2025-04-02 21:34:48 +04:00
parent f15818f6b6
commit c0f01d143e

View File

@@ -43,7 +43,8 @@ in
inherit name; inherit name;
text = '' text = ''
PC_CONFIG_FILES=${configFile} RUNTIME_PATH=$(pwd)/${runtime} ${pkgs.process-compose}/bin/process-compose "$@"
PC_NO_SERVER=true PC_CONFIG_FILES=${configFile} RUNTIME_PATH=$(pwd)/${runtime} ${pkgs.process-compose}/bin/process-compose "$@"
''; '';
}; };
mkPostgres = import ./services/postgres.nix { inherit pkgs; }; mkPostgres = import ./services/postgres.nix { inherit pkgs; };