Add postgres and adminer as container to pod kontor

refs #37

(cherry picked from commit 4469010a74ffefe2d92ffa335d7d1225d12fdece)
This commit is contained in:
2026-01-28 01:22:54 +01:00
committed by Thomas Peetz
parent b1127130cd
commit aff1720972
3 changed files with 47 additions and 0 deletions
+3
View File
@@ -7,6 +7,9 @@ set -e
cd "$(dirname "$0")/.."
if command -v podman &> /dev/null; then
echo "podman is installed"
else
echo "update repositories and install podman"
sudo apt-get update &> /dev/null
sudo apt-get install podman
fi