3
0
Fork 0
This commit is contained in:
Ilya Mukhortov 2026-04-24 21:09:21 +10:00
parent 3ba0ee7f8c
commit ca79575e80
2 changed files with 2 additions and 8 deletions

View File

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

View File

@ -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