ok this seems to work
This commit is contained in:
parent
e725dce831
commit
15ffabebf3
6 changed files with 54 additions and 46 deletions
|
|
@ -5,7 +5,7 @@ dotenv.config();
|
|||
|
||||
const sequelize = new Sequelize({
|
||||
dialect: 'postgres',
|
||||
host: 'postgres',
|
||||
host: process.env.POSTGRES_HOST,
|
||||
port: 5432,
|
||||
database: process.env.POSTGRES_DB,
|
||||
username: process.env.POSTGRES_USER,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue