add extra hosts to docker-compose
This commit is contained in:
parent
4998a8fb6d
commit
56937a8ac3
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue