diff --git a/.config/zellij/layouts/collective-score.kdl b/.config/zellij/layouts/collective-score.kdl index bb2e5ce..a4b5685 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:16" + 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:17" } } } diff --git a/.config/zellij/layouts/info-monitor.kdl b/.config/zellij/layouts/info-monitor.kdl index ec20825..c647503 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" "--name" "info-monitor-pg" "--tz" "Europe/Berlin" "-e" "TZ=Europe/Berlin" "-e" "PGTZ=Europe/Berlin" "--rm" "-p" "5432:5432" "-v" "/home/mo8it/.tmp/info-monitor-db:/var/lib/postgresql/data:Z" "--env-file" ".env" "docker.io/library/postgres:16" + args "run" "-it" "--name" "info-monitor-pg" "--tz" "Europe/Berlin" "-e" "TZ=Europe/Berlin" "-e" "PGTZ=Europe/Berlin" "--rm" "-p" "5432:5432" "-v" "/home/mo8it/.tmp/info-monitor-db:/var/lib/postgresql/data:Z" "--env-file" ".env" "docker.io/library/postgres:17" } } } diff --git a/.config/zellij/layouts/oxiform.kdl b/.config/zellij/layouts/oxiform.kdl index 9762f25..aff7a49 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" + 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:17" } pane { command "npx" diff --git a/.config/zellij/layouts/oxitraffic.kdl b/.config/zellij/layouts/oxitraffic.kdl index 1a00a84..95068c2 100644 --- a/.config/zellij/layouts/oxitraffic.kdl +++ b/.config/zellij/layouts/oxitraffic.kdl @@ -29,7 +29,7 @@ layout { tab name="bg" split_direction="vertical"{ pane { command "podman" - 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" + 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:17" } } }