mirror of
https://gitlab.com/megazordpobeda/DataRush.git
synced 2026-05-23 13:17:10 +00:00
chore: reduced number of workers for nginx
This commit is contained in:
@@ -26,6 +26,8 @@ COPY --from=builder /app/static /usr/share/nginx/html
|
||||
|
||||
COPY ../checker/checker_requirements.txt /usr/share/nginx/html
|
||||
|
||||
RUN sed -i 's/worker_processes .*/worker_processes 1;/' /etc/nginx/nginx.conf
|
||||
|
||||
HEALTHCHECK --interval=30s --timeout=5s --start-period=5s --start-interval=2s --retries=3 \
|
||||
CMD wget --no-verbose --tries=1 --spider http://127.0.0.1:80/ || exit 1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user