chore: baserow update
This commit is contained in:
@@ -8,7 +8,7 @@
|
|||||||
servicePort = portUtils.getPort serviceName "AZ-CLD-1";
|
servicePort = portUtils.getPort serviceName "AZ-CLD-1";
|
||||||
in {
|
in {
|
||||||
virtualisation.oci-containers.containers.${serviceName} = {
|
virtualisation.oci-containers.containers.${serviceName} = {
|
||||||
image = "docker.io/baserow/baserow:2.0.6";
|
image = "docker.io/baserow/baserow:2.1.0";
|
||||||
environment = {
|
environment = {
|
||||||
BASEROW_AMOUNT_OF_GUNICORN_WORKERS = "4";
|
BASEROW_AMOUNT_OF_GUNICORN_WORKERS = "4";
|
||||||
BASEROW_AMOUNT_OF_WORKERS = "2";
|
BASEROW_AMOUNT_OF_WORKERS = "2";
|
||||||
|
|||||||
@@ -9,7 +9,7 @@
|
|||||||
in {
|
in {
|
||||||
virtualisation.oci-containers.containers.${serviceName} = {
|
virtualisation.oci-containers.containers.${serviceName} = {
|
||||||
#image = "ghcr.io/berriai/litellm:v1.78.5-stable";
|
#image = "ghcr.io/berriai/litellm:v1.78.5-stable";
|
||||||
image = "docker.litellm.ai/berriai/litellm:v1.80.15-stable";
|
image = "docker.litellm.ai/berriai/litellm:v1.81.9-stable";
|
||||||
ports = ["127.0.0.1:${toString servicePort}:4000"];
|
ports = ["127.0.0.1:${toString servicePort}:4000"];
|
||||||
environmentFiles = [config.age.secrets.litellm-env.path];
|
environmentFiles = [config.age.secrets.litellm-env.path];
|
||||||
environment = {
|
environment = {
|
||||||
|
|||||||
@@ -3,6 +3,7 @@
|
|||||||
./containers
|
./containers
|
||||||
|
|
||||||
./gitea.nix
|
./gitea.nix
|
||||||
|
./gotenberg.nix
|
||||||
./metabase.nix
|
./metabase.nix
|
||||||
./n8n.nix
|
./n8n.nix
|
||||||
./ntfy.nix
|
./ntfy.nix
|
||||||
|
|||||||
11
hosts/AZ-CLD-1/services/gotenberg.nix
Normal file
11
hosts/AZ-CLD-1/services/gotenberg.nix
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
{lib, ...}: let
|
||||||
|
serviceName = "gotenberg";
|
||||||
|
portUtils = import ../../../lib/port-utils.nix {inherit lib;};
|
||||||
|
servicePort = portUtils.getPort serviceName "AZ-CLD-1";
|
||||||
|
in {
|
||||||
|
services.gotenberg = {
|
||||||
|
enable = true;
|
||||||
|
port = servicePort;
|
||||||
|
bindIP = "127.0.0.1";
|
||||||
|
};
|
||||||
|
}
|
||||||
@@ -29,6 +29,7 @@
|
|||||||
n8n = 5678;
|
n8n = 5678;
|
||||||
kestra = 5080;
|
kestra = 5080;
|
||||||
zugferd-service = 5060;
|
zugferd-service = 5060;
|
||||||
|
gotenberg = 5070;
|
||||||
|
|
||||||
# Management tools (9000-9999 range)
|
# Management tools (9000-9999 range)
|
||||||
portainer = 9000;
|
portainer = 9000;
|
||||||
|
|||||||
Reference in New Issue
Block a user