feat: add single-port reverse proxy deployment support

This commit is contained in:
2026-04-02 23:27:46 +03:00
parent 675e173303
commit 3eabd3238f
10 changed files with 122 additions and 12 deletions

View File

@@ -19,5 +19,5 @@ COPY --from=backend-build /out/temporserv /app/temporserv
COPY --from=web-build /src/apps/web/dist /app/web
RUN mkdir -p /app/data /music && chown -R appuser:appuser /app /music
USER appuser
EXPOSE 4040
EXPOSE 5050
CMD ["/app/temporserv"]