1
0
Fork 0

Compare commits

..

3 Commits

Author SHA1 Message Date
Ilya Mukhortov eb8ad45215 pass 2024-11-30 12:35:08 +10:00
Ilya Mukhortov 69a169313d pass 2024-11-30 12:34:55 +10:00
Ilya Mukhortov 3328e96e65 pass 2024-10-21 19:14:01 +10:00
4 changed files with 11 additions and 0 deletions

3
medicine-damask/enter.sh Executable file
View File

@ -0,0 +1,3 @@
#!/bin/sh
docker-compose exec medicine-damask bash

View File

@ -23,6 +23,7 @@ services:
extra_hosts: extra_hosts:
- "sync.med-logic.ru:89.223.70.16" - "sync.med-logic.ru:89.223.70.16"
- "sentry.med-logic.ru:89.223.70.16" - "sentry.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:

3
medicine-remd/logs.sh Executable file
View File

@ -0,0 +1,3 @@
#!/bin/sh
docker-compose logs --tail 100 --follow

View File

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