add web ui

This commit is contained in:
2026-01-27 16:51:58 +11:00
parent 7526a7af93
commit 57a3a29914
12 changed files with 1158 additions and 23 deletions

View File

@@ -28,6 +28,9 @@ COPY --from=build /out/ingestd /app/ingestd
USER appuser
# Web UI
EXPOSE 8080
# default config path inside container
ENTRYPOINT ["/app/ingestd"]
CMD ["-config", "/app/config.yaml"]