Skip to content

Commit 865fed1

Browse files
committed
try bind to HOST
1 parent f3546bb commit 865fed1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/mastra/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ export const mastra = new Mastra({
3838
}),
3939
workspace: aiWorkspace,
4040
server: {
41+
host: process.env.MASTRA_HOST || process.env.HOST || '0.0.0.0',
4142
port: Number(process.env.PORT || 3000),
4243
studioBase: '/studio',
4344
auth: process.env.DISABLE_AUTH === 'true' ? undefined : apiAuthLayer,

0 commit comments

Comments
 (0)