Initialized Diesel in project
This commit is contained in:
parent
92d1b1c011
commit
72c7be055a
6 changed files with 50 additions and 0 deletions
1
Makefile
1
Makefile
|
|
@ -32,6 +32,7 @@ db:
|
|||
-v hilde_db-data:/var/lib/postgresql/data \
|
||||
-e POSTGRES_USER=hilde \
|
||||
-e POSTGRES_PASSWORD=hilde \
|
||||
-e POSTGRES_DB=hilde \
|
||||
--name hilde_db \
|
||||
-p 5432:5432 \
|
||||
postgres:13-alpine
|
||||
|
|
|
|||
Reference in a new issue