fix dockerization

This commit is contained in:
Gsk54
2022-12-15 17:14:50 +01:00
parent f6d322fc76
commit 9ad61bd6aa
5 changed files with 32 additions and 18 deletions

View File

@@ -14,7 +14,8 @@ async function bootstrap() {
__dirname,
'modules/users/adapters/primaries/user.proto',
),
url: '0.0.0.0:5000',
url: process.env.SERVICE_URL + ':' + process.env.SERVICE_PORT,
loader: { keepCase: true },
},
},
);