generated from Patagia/template-nix
Compare commits
1 commit
73acf7e19f
...
05d2406853
Author | SHA1 | Date | |
---|---|---|---|
05d2406853 |
1 changed files with 0 additions and 4 deletions
4
justfile
4
justfile
|
@ -64,10 +64,6 @@ check-nix:
|
|||
# Run PostgreSQL for development and testing
|
||||
[group('controller')]
|
||||
dev-postgres:
|
||||
#!/usr/bin/env sh
|
||||
if podman ps --filter "name=patagia-postgres" --filter "status=running" -q | grep -q .; then
|
||||
exit 0
|
||||
fi
|
||||
mkdir -p "${XDG_RUNTIME_DIR}/patagia-postgres"
|
||||
podman volume exists patagia-postgres || podman volume create patagia-postgres
|
||||
podman run \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue