Added oidc connection
This commit is contained in:
@@ -44,7 +44,7 @@
|
||||
'';
|
||||
postgres-server = pkgs.writeShellScriptBin "postgres-server" ''
|
||||
mkdir -p .postgres
|
||||
${pkgs.podman}/bin/podman run -e POSTGRES_USER=misael -e POSTGRES_PASSWORD=misael-dev -e POSTGRES_DB=misael --volume ./.postgres:/var/lib/postgresql -p 127.0.0.1:5432:5432 postgres:18.4 & > .postgres/postgres.log &
|
||||
${pkgs.podman}/bin/podman run -e POSTGRES_USER=misael -e POSTGRES_PASSWORD=misael-dev -e POSTGRES_DB=misael --volume ./.postgres:/var/lib/postgresql -p 127.0.0.1:5432:5432 postgres:18.4 &> .postgres/postgres.log &
|
||||
'';
|
||||
thecrew-images = pkgs.runCommand "thecrew-images" {} ''
|
||||
mkdir $out
|
||||
|
||||
Reference in New Issue
Block a user