🔧 WIP Dockerfile fixes

This commit is contained in:
2024-05-15 11:32:11 -05:00
parent f4563c12c6
commit 323548c0ff
3 changed files with 47 additions and 9 deletions

View File

@@ -90,7 +90,7 @@ const brokerConfig: BrokerOptions = {
// More info: https://moleculer.services/docs/0.14/networking.html
// Note: During the development, you don't need to define it because all services will be loaded locally.
// In production you can set it via `TRANSPORTER=nats://localhost:4222` environment variable.
transporter: process.env.REDIS_URI || "redis://localhost:6379",
transporter: process.env.REDIS_URI || "redis://127.0.0.1:6379",
// Define a cacher.
// More info: https://moleculer.services/docs/0.14/caching.html