mirror of
https://github.com/gabehf/Koito.git
synced 2026-04-22 12:01:52 -07:00
maybe actually fixed now
This commit is contained in:
parent
913c6c00e5
commit
738ac871e6
12 changed files with 293 additions and 298 deletions
2
Makefile
2
Makefile
|
|
@ -10,7 +10,7 @@ postgres.schemadump:
|
|||
-v --dbname="koitodb" -f "/tmp/dump/schema.sql"
|
||||
|
||||
postgres.run:
|
||||
docker run --name koito-db -p 5432:5432 -e POSTGRES_PASSWORD=secret -e TZ=America/New_York -d postgres
|
||||
docker run --name koito-db -p 5432:5432 -e POSTGRES_PASSWORD=secret -d postgres
|
||||
|
||||
postgres.run-scratch:
|
||||
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