1
0
Fork 0
This commit is contained in:
Ilya Mukhortov 2024-11-30 12:34:55 +10:00
parent 3328e96e65
commit 69a169313d
1 changed files with 4 additions and 0 deletions

View File

@ -23,6 +23,7 @@ services:
- "sentry.med-logic.ru:89.223.70.16"
- "files.med-logic.ru:89.223.70.16"
- "git.med-logic.ru:89.223.70.16"
- "org.med-logic.ru:89.223.70.16"
logging:
driver: "json-file"
options:
@ -35,6 +36,8 @@ services:
restart: "always"
command: /usr/bin/supervisord -c /etc/supervisor/conf.d/supervisord-tasks.conf
env_file: .env
environment:
CELERY_WORKER_CONCURRENCY: ${CELERY_WORKER_CONCURRENCY:-2}
volumes:
- medicine-public-data:/app/public
networks:
@ -44,6 +47,7 @@ services:
- "sentry.med-logic.ru:89.223.70.16"
- "files.med-logic.ru:89.223.70.16"
- "git.med-logic.ru:89.223.70.16"
- "org.med-logic.ru:89.223.70.16"
logging:
driver: "json-file"
options: