Heavier rate limiting for POST and other methods may create data

This commit is contained in:
2025-03-22 19:23:45 +08:00
parent c8bba4fb2d
commit ba1d96b118
4 changed files with 115 additions and 0 deletions

View File

@ -13,6 +13,7 @@ FROM golang:alpine
RUN apk add postgresql-client
COPY --from=nexus-server /dist /nexus/server
COPY ./templates /templates
EXPOSE 8444