Skip to content

Commit

Permalink
Add UDP registrar
Browse files Browse the repository at this point in the history
  • Loading branch information
elementbound committed Dec 17, 2023
1 parent 3e0da62 commit 5f87327
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
FROM node:18-alpine
# From https://github.com/pnpm/pnpm/issues/4837

# UDP host for remote address registration
EXPOSE 8809/udp
# TCP host for commands
EXPOSE 8890/tcp
# HTTP host for Prometheus metrics
EXPOSE 8891/tcp

COPY . noray
Expand Down

0 comments on commit 5f87327

Please sign in to comment.