ok this seems to work

This commit is contained in:
counterweight 2025-02-14 20:03:28 +01:00
parent e725dce831
commit 15ffabebf3
Signed by: counterweight
GPG key ID: 883EDBAA726BD96C
6 changed files with 54 additions and 46 deletions

View file

@ -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,