disable http server
This commit is contained in:
3
lib.nix
3
lib.nix
@@ -43,7 +43,8 @@ in
|
||||
inherit name;
|
||||
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; };
|
||||
|
||||
Reference in New Issue
Block a user