mirror of
https://github.com/gabehf/Koito.git
synced 2026-03-07 13:38:15 -08:00
chore: use named volume in dev
This commit is contained in:
parent
f48dd6c039
commit
d3faa9728e
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -10,7 +10,7 @@ postgres.schemadump:
|
||||||
-v --dbname="koitodb" -f "/tmp/dump/schema.sql"
|
-v --dbname="koitodb" -f "/tmp/dump/schema.sql"
|
||||||
|
|
||||||
postgres.run:
|
postgres.run:
|
||||||
docker run --name koito-db -p 5432:5432 -e POSTGRES_PASSWORD=secret -d postgres
|
docker run --name koito-db -p 5432:5432 -v koito_dev_db:/var/lib/postgresql -e POSTGRES_PASSWORD=secret -d postgres
|
||||||
|
|
||||||
postgres.run-scratch:
|
postgres.run-scratch:
|
||||||
docker run --name koito-scratch -p 5433:5432 -e POSTGRES_PASSWORD=secret -d postgres
|
docker run --name koito-scratch -p 5433:5432 -e POSTGRES_PASSWORD=secret -d postgres
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue