1
0
Fork 0
mirror of https://codeberg.org/Mo8it/dotfiles.git synced 2024-12-02 23:33:05 +00:00

Compare commits

..

2 commits

Author SHA1 Message Date
eff5de3578 Update dprint plugins 2024-09-27 15:40:22 +02:00
dc35dcf476 Upgrade PostgreSQL images 2024-09-27 15:40:04 +02:00
5 changed files with 5 additions and 5 deletions

View file

@ -11,7 +11,7 @@
],
"plugins": [
"https://plugins.dprint.dev/json-0.19.3.wasm",
"https://plugins.dprint.dev/markdown-0.17.2.wasm",
"https://plugins.dprint.dev/markdown-0.17.8.wasm",
"https://plugins.dprint.dev/toml-0.6.2.wasm"
]
}

View file

@ -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"
}
}
}

View file

@ -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"
}
}
}

View file

@ -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"

View file

@ -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"
}
}
}