postgres initialScript redundancy removed

This commit is contained in:
m3tam3re
2025-01-20 11:36:17 +01:00
parent 6606d63a20
commit 4c0c2181ef
5 changed files with 5 additions and 5 deletions

View File

@ -2,7 +2,7 @@
virtualisation.oci-containers.containers."baserow" = {
image = "docker.io/baserow/baserow:1.30.1";
environmentFiles = [config.age.secrets.baserow-env.path];
ports = ["3001:80"];
ports = ["127.0.0.1:3001:80"];
volumes = ["baserow_data:/baserow/data"];
extraOptions = ["--add-host=postgres:10.89.0.1" "--ip=10.89.0.10" "--network=web"];
};