Skip to content

Commit

Permalink
Merge pull request #377 from multiflexi/duplicate_variables
Browse files Browse the repository at this point in the history
remove duplicate env variables
  • Loading branch information
Progress1 authored Sep 24, 2024
2 parents 075870e + a349d3d commit c4f3c0f
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 8 deletions.
1 change: 0 additions & 1 deletion docker/Dockerfile.bots
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ ENV PYTHONPATH=/app
ENV MODULE_NAME run
ENV VARIABLE_NAME app
ENV GUNICORN_CMD_ARGS --timeout 120
ENV WORKERS_PER_CORE 8

ENTRYPOINT ["/entrypoint.sh"]
CMD ["/start.sh"]
1 change: 0 additions & 1 deletion docker/Dockerfile.collectors
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ ENV PYTHONPATH=/app
ENV MODULE_NAME run
ENV VARIABLE_NAME app
ENV GUNICORN_CMD_ARGS --timeout 120
ENV WORKERS_PER_CORE 8
ENV COLLECTOR_CONFIG_FILE /app/storage/id.txt

VOLUME ["/app/storage"]
Expand Down
1 change: 0 additions & 1 deletion docker/Dockerfile.core
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ ENV PYTHONPATH=/app
ENV MODULE_NAME run
ENV VARIABLE_NAME app
ENV GUNICORN_CMD_ARGS --timeout 120
ENV WORKERS_PER_CORE 8

VOLUME ["/data"]

Expand Down
3 changes: 0 additions & 3 deletions docker/Dockerfile.gui
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@ COPY ./src/gui/extras/30-envsubst-on-javascript.sh /docker-entrypoint.d/
COPY ./src/gui/extras/40-connection-tuning.sh /docker-entrypoint.d/
RUN chmod +x /docker-entrypoint.d/*.sh

ENV NGINX_WORKERS 16
ENV NGINX_CONNECTIONS 1024

COPY ./src/gui/extras/default.conf /etc/nginx/conf.d/default.conf

COPY --from=build-stage /app/dist /usr/share/nginx/html
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.presenters
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ ENV PYTHONPATH=/app
ENV MODULE_NAME run
ENV VARIABLE_NAME app
ENV GUNICORN_CMD_ARGS --timeout 120
ENV WORKERS_PER_CORE 8


VOLUME ["/app/templates"]

Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.publishers
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ ENV PYTHONPATH=/app
ENV MODULE_NAME run
ENV VARIABLE_NAME app
ENV GUNICORN_CMD_ARGS --timeout 120
ENV WORKERS_PER_CORE 8


ENTRYPOINT ["/entrypoint.sh"]
CMD ["/start.sh"]

0 comments on commit c4f3c0f

Please sign in to comment.