first commit
This commit is contained in:
commit
8b2b772a32
31 changed files with 8994 additions and 0 deletions
3
create-db.sh
Normal file
3
create-db.sh
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
#!/bin/zsh
|
||||
# postgres dev db
|
||||
docker run --name db_name -p 5432:5432 -e POSTGRES_PASSWORD=password -d postgres:17
|
||||
Loading…
Add table
Add a link
Reference in a new issue