default port 0 set by the upstream (#43)

This commit is contained in:
Shivaraj B H 2023-08-23 23:06:11 +05:30 committed by GitHub
parent 72a3eaacc8
commit 76bad81d94
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,22 +15,18 @@
perSystem = { self', pkgs, lib, ... }: {
process-compose = {
postgres = {
# TODO: remove `port = 0`; as it will be default after this: https://github.com/Platonic-Systems/process-compose-flake/pull/42
port = 0;
imports = [
inputs.services-flake.processComposeModules.default
../nix/postgres_test.nix
];
};
redis = {
port = 0;
imports = [
inputs.services-flake.processComposeModules.default
../nix/redis_test.nix
];
};
redis-cluster = {
port = 0;
imports = [
inputs.services-flake.processComposeModules.default
../nix/redis-cluster_test.nix