Merge remote-tracking branch 'origin/main'
This commit is contained in:
commit
62ded0a9f5
|
|
@ -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."
|
|
||||||
|
|
|
||||||
|
|
@ -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}
|
|
||||||
|
|
|
||||||
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue