diff --git a/.config/zellij/layouts/collective-score.kdl b/.config/zellij/layouts/collective-score.kdl index c7e15b2..c0f5437 100644 --- a/.config/zellij/layouts/collective-score.kdl +++ b/.config/zellij/layouts/collective-score.kdl @@ -29,7 +29,7 @@ layout { tab name="bg" split_direction="vertical"{ pane { command "podman" - args "run" "-it" "--tz" "Europe/Berlin" "-e" "TZ=Europe/Berlin" "-e" "PGTZ=Europe/Berlin" "--rm" "-p" "5432:5432" "-v" "/home/mo8it/.tmp/cs_server_db:/var/lib/postgresql/data:Z" "--env-file" "crates/server/.env" "docker.io/library/postgres:15-alpine" + args "run" "-it" "--tz" "Europe/Berlin" "-e" "TZ=Europe/Berlin" "-e" "PGTZ=Europe/Berlin" "--rm" "-p" "5432:5432" "-v" "/home/mo8it/.tmp/cs_server_db:/var/lib/postgresql/data:Z" "--env-file" "crates/server/.env" "docker.io/library/postgres:15" } } } diff --git a/.config/zellij/layouts/info_monitor.kdl b/.config/zellij/layouts/info_monitor.kdl index 2a3d934..db7eaf1 100644 --- a/.config/zellij/layouts/info_monitor.kdl +++ b/.config/zellij/layouts/info_monitor.kdl @@ -29,7 +29,7 @@ layout { tab name="bg" split_direction="vertical"{ pane { command "podman" - args "run" "-it" "--rm" "-p" "5432:5432" "-v" "/home/mo8it/.tmp/info_monitor_db:/var/lib/postgresql/data:Z" "--env-file" ".env" "docker.io/library/postgres:15-alpine" + args "run" "-it" "--rm" "-p" "5432:5432" "-v" "/home/mo8it/.tmp/info_monitor_db:/var/lib/postgresql/data:Z" "--env-file" ".env" "docker.io/library/postgres:15" } pane { command "npx" diff --git a/.config/zellij/layouts/oxiform.kdl b/.config/zellij/layouts/oxiform.kdl index 431c55f..9762f25 100644 --- a/.config/zellij/layouts/oxiform.kdl +++ b/.config/zellij/layouts/oxiform.kdl @@ -29,7 +29,7 @@ layout { tab name="bg" split_direction="vertical"{ pane { command "podman" - args "run" "-it" "--rm" "-p" "5432:5432" "-v" "/home/mo8it/.tmp/oxiform_db:/var/lib/postgresql/data:Z" "--env-file" ".env" "docker.io/library/postgres:15-alpine" + args "run" "-it" "--rm" "-p" "5432:5432" "-v" "/home/mo8it/.tmp/oxiform_db:/var/lib/postgresql/data:Z" "--env-file" ".env" "docker.io/library/postgres:15" } pane { command "npx" diff --git a/.config/zellij/layouts/oxitraffic.kdl b/.config/zellij/layouts/oxitraffic.kdl index dc38f57..c6a5340 100644 --- a/.config/zellij/layouts/oxitraffic.kdl +++ b/.config/zellij/layouts/oxitraffic.kdl @@ -29,12 +29,8 @@ layout { tab name="bg" split_direction="vertical"{ pane { command "podman" - args "run" "-it" "--tz" "Europe/Berlin" "-e" "TZ=Europe/Berlin" "-e" "PGTZ=Europe/Berlin" "--rm" "-p" "5432:5432" "-v" "/home/mo8it/.tmp/oxitraffic_db:/var/lib/postgresql/data:Z" "--env-file" ".env" "docker.io/library/postgres:15-alpine" + args "run" "-it" "--name" "oxitraffic-pg" "--tz" "Europe/Berlin" "-e" "TZ=Europe/Berlin" "-e" "PGTZ=Europe/Berlin" "--rm" "-p" "5432:5432" "-v" "/home/mo8it/.tmp/oxitraffic_db:/var/lib/postgresql/data:Z" "--env-file" ".env" "docker.io/library/postgres:16" } - pane { - command "just" - args "tailwind" - } } }