+outine, flake update

This commit is contained in:
Sascha Koenig
2025-07-10 06:54:42 +02:00
parent b54213cfbb
commit 55e8c6cae5
7 changed files with 31 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{config, ...}: {
virtualisation.oci-containers.containers."baserow" = {
image = "docker.io/baserow/baserow:1.33.2";
image = "docker.io/baserow/baserow:1.33.4";
environmentFiles = [config.age.secrets.baserow-env.path];
ports = ["127.0.0.1:3001:80"];
volumes = ["baserow_data:/baserow/data"];