diff --git a/src/app.module.ts b/src/app.module.ts index 2f7ead0..d75d4b3 100644 --- a/src/app.module.ts +++ b/src/app.module.ts @@ -52,7 +52,7 @@ import { EventModule } from './event/event.module'; PointModule, BullModule.forRoot({ redis: { - host: 'host.docker.internal', + host: process.env.DB_HOST, port: 6379, }, }),