Skip to content

Commit

Permalink
changed the default FASTIFY_PLUGIN_TIMEOUT #76
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexSciFier committed Oct 23, 2023
1 parent 1438bb7 commit ab7f104
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ COPY --chown=node --from=srv-build /app/server ./
COPY --chown=node --from=ui-build /app/client/build ./public

ARG NODE_ENV=production
ARG FASTIFY_PLUGIN_TIMEOUT=10000
ARG FASTIFY_PLUGIN_TIMEOUT=120000
ENV NODE_ENV=${NODE_ENV}
ENV PORT=3333
ENV FASTIFY_BODY_LIMIT=5242880
Expand Down
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,7 @@ services:
- ./data:/app/data
- ./background:/app/public/static/media/background
restart: unless-stopped
environment:
- FASTIFY_PLUGIN_TIMEOUT: 120000 # optional: change to 0 if AVV_ERR_READY TIMEOUT error is occured
ports:
- "80:3333"

0 comments on commit ab7f104

Please sign in to comment.