1
0
Fork 0

Compare commits

..

2 Commits

Author SHA1 Message Date
Ilya Mukhortov 6c1e9befdd pass 2024-06-02 13:29:03 +10:00
Ilya Mukhortov 56937a8ac3 add extra hosts to docker-compose 2024-06-02 13:27:15 +10:00
2 changed files with 13 additions and 0 deletions

View File

@ -20,6 +20,9 @@ services:
- ./public:/app/public
networks:
- medicine-network
extra_hosts:
- "sync.med-logic.ru:89.223.70.16"
- "sentry.med-logic.ru:89.223.70.16"
logging:
driver: "json-file"
options:

View File

@ -18,6 +18,11 @@ services:
- medicine-public-data:/app/public
networks:
- medicine-network
extra_hosts:
- "sync.med-logic.ru:89.223.70.16"
- "sentry.med-logic.ru:89.223.70.16"
- "files.med-logic.ru:89.223.70.16"
- "git.med-logic.ru:89.223.70.16"
logging:
driver: "json-file"
options:
@ -34,6 +39,11 @@ services:
- medicine-public-data:/app/public
networks:
- medicine-network
extra_hosts:
- "sync.med-logic.ru:89.223.70.16"
- "sentry.med-logic.ru:89.223.70.16"
- "files.med-logic.ru:89.223.70.16"
- "git.med-logic.ru:89.223.70.16"
logging:
driver: "json-file"
options: