pass
This commit is contained in:
parent
3328e96e65
commit
69a169313d
|
|
@ -23,6 +23,7 @@ services:
|
||||||
- "sentry.med-logic.ru:89.223.70.16"
|
- "sentry.med-logic.ru:89.223.70.16"
|
||||||
- "files.med-logic.ru:89.223.70.16"
|
- "files.med-logic.ru:89.223.70.16"
|
||||||
- "git.med-logic.ru:89.223.70.16"
|
- "git.med-logic.ru:89.223.70.16"
|
||||||
|
- "org.med-logic.ru:89.223.70.16"
|
||||||
logging:
|
logging:
|
||||||
driver: "json-file"
|
driver: "json-file"
|
||||||
options:
|
options:
|
||||||
|
|
@ -35,6 +36,8 @@ services:
|
||||||
restart: "always"
|
restart: "always"
|
||||||
command: /usr/bin/supervisord -c /etc/supervisor/conf.d/supervisord-tasks.conf
|
command: /usr/bin/supervisord -c /etc/supervisor/conf.d/supervisord-tasks.conf
|
||||||
env_file: .env
|
env_file: .env
|
||||||
|
environment:
|
||||||
|
CELERY_WORKER_CONCURRENCY: ${CELERY_WORKER_CONCURRENCY:-2}
|
||||||
volumes:
|
volumes:
|
||||||
- medicine-public-data:/app/public
|
- medicine-public-data:/app/public
|
||||||
networks:
|
networks:
|
||||||
|
|
@ -44,6 +47,7 @@ services:
|
||||||
- "sentry.med-logic.ru:89.223.70.16"
|
- "sentry.med-logic.ru:89.223.70.16"
|
||||||
- "files.med-logic.ru:89.223.70.16"
|
- "files.med-logic.ru:89.223.70.16"
|
||||||
- "git.med-logic.ru:89.223.70.16"
|
- "git.med-logic.ru:89.223.70.16"
|
||||||
|
- "org.med-logic.ru:89.223.70.16"
|
||||||
logging:
|
logging:
|
||||||
driver: "json-file"
|
driver: "json-file"
|
||||||
options:
|
options:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue