partition by org_id and add auth
All checks were successful
Build and Publish / build-release (push) Successful in 3m7s

This commit is contained in:
2026-05-15 10:08:54 -05:00
parent a0b5e0c0b3
commit 4519f797fd
26 changed files with 687 additions and 112 deletions

View File

@@ -21,7 +21,7 @@
mixFodDeps = beamPackages.fetchMixDeps {
inherit pname version;
src = pkgs.lib.cleanSource ./.;
sha256 = "sha256-SspB/uMURF/QIjs+h11rr+X/pJ4dy7zuX8HV52CK998=";
sha256 = "sha256-/PT9ofpAGcKoRsds1JCXT7nzPgGnZrcu6gSQLJBpRE0=";
};
package = beamPackages.mixRelease {
inherit pname version mixFodDeps;
@@ -33,7 +33,7 @@
};
dockerImage = pkgs.dockerTools.buildLayeredImage {
name = "customer_service";
contents = [ package pkgs.bashInteractive pkgs.busybox pkgs.shadow ];
contents = [ package pkgs.bashInteractive pkgs.busybox pkgs.shadow pkgs.dockerTools.caCertificates ];
config = {
Cmd = [ "${package}/bin/customer_service" ];
};
@@ -48,6 +48,7 @@
elixir-ls
kubernetes-helm
git
nodejs
];
};
}