feat: expose prometheus metrics on different port

This commit is contained in:
trafficlunar 2026-01-01 23:46:54 +00:00
parent d93f3f2797
commit 498b45eab3
5 changed files with 19 additions and 4 deletions

View file

@ -18,4 +18,5 @@ COPY --from=builder /app/api .
COPY favicon.ico .
EXPOSE 8888
EXPOSE 8889
CMD [ "/app/api" ]