Skip to content

Commit

Permalink
Shot in the sky 2
Browse files Browse the repository at this point in the history
  • Loading branch information
omaiboroda committed Nov 29, 2024
1 parent 16b709b commit 43799be
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
2 changes: 0 additions & 2 deletions voice/Dockerfile.server
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,4 @@ COPY --from=builder /app .

ENV NODE_OPTIONS="--max-old-space-size=4096"

EXPOSE 80

CMD ["node", "dist/server"]
11 changes: 7 additions & 4 deletions voice/restack_up.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,19 @@ const main = async () => {
dockerFilePath: "voice/Dockerfile.server",
dockerBuildContext: "voice",
environmentVariables: [
{
name: "PORT",
value: "80",
},
{
name: "SERVER_HOST",
linkTo: serverName,
},
...restackEngineEnvs,
],
portMapping: [
{
port: 4000,
path: "/",
name: "server",
},
],
healthCheckPath: "/"
};

Expand Down

0 comments on commit 43799be

Please sign in to comment.