finish up example and fixes

This commit is contained in:
D. Scott Boggs 2024-06-06 13:41:23 -04:00
parent b4f2ccd8fe
commit 88789d83c6
8 changed files with 143 additions and 858 deletions

8
docker-compose.yml Normal file
View file

@ -0,0 +1,8 @@
services:
database:
image: postgres:15
ports: [ "5432:5432" ]
environment:
POSTGRES_DB: sequelize_example
POSTGRES_USER: example
POSTGRES_PASSWORD: example