finish up example and fixes
This commit is contained in:
parent
b4f2ccd8fe
commit
88789d83c6
8 changed files with 143 additions and 858 deletions
8
docker-compose.yml
Normal file
8
docker-compose.yml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
services:
|
||||
database:
|
||||
image: postgres:15
|
||||
ports: [ "5432:5432" ]
|
||||
environment:
|
||||
POSTGRES_DB: sequelize_example
|
||||
POSTGRES_USER: example
|
||||
POSTGRES_PASSWORD: example
|
||||
Loading…
Add table
Add a link
Reference in a new issue