3
0
Fork 0

Merge remote-tracking branch 'origin/main'

This commit is contained in:
Ilya Mukhortov 2026-04-27 12:30:12 +10:00
commit 62ded0a9f5
3 changed files with 3 additions and 9 deletions

View File

@ -42,5 +42,4 @@ fi
bash "$HOME/medicine-config/dashboard/install.sh" bash "$HOME/medicine-config/dashboard/install.sh"
EOF EOF
echo "Готово." echo "Готово"
echo "Для применения membership в группе docker может понадобиться перелогиниться пользователем medicine."

View File

@ -27,9 +27,6 @@ services:
app: app:
<<: *common-params <<: *common-params
container_name: medicine-app container_name: medicine-app
environment:
UWSGI_PROCESSES: ${UWSGI_PROCESSES:-2}
UWSGI_THREADS: ${UWSGI_THREADS:-4}
ports: ports:
- "${NGINX_HTTP_PORT:-80}:80" - "${NGINX_HTTP_PORT:-80}:80"
- "${NGINX_HTTPS_PORT:-443}:443" - "${NGINX_HTTPS_PORT:-443}:443"
@ -37,6 +34,4 @@ services:
tasks: tasks:
<<: *common-params <<: *common-params
container_name: medicine-tasks container_name: medicine-tasks
command: /usr/bin/supervisord -c /etc/supervisor/conf.d/supervisord-tasks.conf command: /entrypoint-tasks.sh
environment:
CELERY_WORKER_CONCURRENCY: ${CELERY_WORKER_CONCURRENCY:-2}

View File

@ -33,4 +33,4 @@ services:
driver: "json-file" driver: "json-file"
options: options:
max-size: "5m" max-size: "5m"
max-file: "5" max-file: "10"