+core in service tiers
This commit is contained in:
parent
50af8d01fb
commit
9e277f6021
@ -9,11 +9,11 @@
|
||||
with lib; let
|
||||
tiers = {
|
||||
starter = {
|
||||
services = ["portainer" "caddy" "n8n"];
|
||||
services = ["core" "portainer" "caddy" "n8n"];
|
||||
description = "Basic management tools";
|
||||
};
|
||||
premium = {
|
||||
services = ["portainer" "caddy" "n8n" "baserow"];
|
||||
services = ["core" "portainer" "caddy" "n8n" "baserow"];
|
||||
description = "Automation and database tools";
|
||||
};
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user