1
0
Fork 0

add extra hosts to docker-compose

This commit is contained in:
Ilya Mukhortov 2024-06-02 13:27:15 +10:00
parent 4998a8fb6d
commit 56937a8ac3
2 changed files with 9 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,9 @@ 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"
logging:
driver: "json-file"
options:
@ -34,6 +37,9 @@ 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"
logging:
driver: "json-file"
options: