From ca79575e804754422db2187c358c01476d9d0027 Mon Sep 17 00:00:00 2001 From: Ilya Mukhortov Date: Fri, 24 Apr 2026 21:09:21 +1000 Subject: [PATCH 1/2] pass --- install.sh | 3 +-- medicine/docker-compose.yml | 7 +------ 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/install.sh b/install.sh index 4c6d578..6908de0 100644 --- a/install.sh +++ b/install.sh @@ -42,5 +42,4 @@ fi bash "$HOME/medicine-config/dashboard/install.sh" EOF -echo "Готово." -echo "Для применения membership в группе docker может понадобиться перелогиниться пользователем medicine." \ No newline at end of file +echo "Готово" diff --git a/medicine/docker-compose.yml b/medicine/docker-compose.yml index 6e218d4..3bc41af 100644 --- a/medicine/docker-compose.yml +++ b/medicine/docker-compose.yml @@ -27,9 +27,6 @@ services: app: <<: *common-params container_name: medicine-app - environment: - UWSGI_PROCESSES: ${UWSGI_PROCESSES:-2} - UWSGI_THREADS: ${UWSGI_THREADS:-4} ports: - "${NGINX_HTTP_PORT:-80}:80" - "${NGINX_HTTPS_PORT:-443}:443" @@ -37,6 +34,4 @@ services: tasks: <<: *common-params container_name: medicine-tasks - command: /usr/bin/supervisord -c /etc/supervisor/conf.d/supervisord-tasks.conf - environment: - CELERY_WORKER_CONCURRENCY: ${CELERY_WORKER_CONCURRENCY:-2} + command: /entrypoint-tasks.sh From 8b6d889d495e27b0c69591a088ebc7491b562015 Mon Sep 17 00:00:00 2001 From: Ilya Mukhortov Date: Fri, 24 Apr 2026 21:11:04 +1000 Subject: [PATCH 2/2] change logs --- postgres/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postgres/docker-compose.yml b/postgres/docker-compose.yml index 69f1887..584e797 100644 --- a/postgres/docker-compose.yml +++ b/postgres/docker-compose.yml @@ -33,4 +33,4 @@ services: driver: "json-file" options: max-size: "5m" - max-file: "5" + max-file: "10"