fix(docker): add extra_hosts for backend services
This commit is contained in:
@@ -47,6 +47,9 @@ services:
|
|||||||
LLAMA_BASE_URL: ${LLAMA_BASE_URL}
|
LLAMA_BASE_URL: ${LLAMA_BASE_URL}
|
||||||
LLAMA_MODEL: ${LLAMA_MODEL}
|
LLAMA_MODEL: ${LLAMA_MODEL}
|
||||||
APP_RECIPIENTS: ${APP_RECIPIENTS}
|
APP_RECIPIENTS: ${APP_RECIPIENTS}
|
||||||
|
extra_hosts:
|
||||||
|
- "celtinha.desktop:host-gateway"
|
||||||
|
- "host.docker.internal:host-gateway"
|
||||||
networks:
|
networks:
|
||||||
- condado-net
|
- condado-net
|
||||||
|
|
||||||
|
|||||||
@@ -47,6 +47,9 @@ services:
|
|||||||
LLAMA_BASE_URL: ${LLAMA_BASE_URL}
|
LLAMA_BASE_URL: ${LLAMA_BASE_URL}
|
||||||
LLAMA_MODEL: ${LLAMA_MODEL}
|
LLAMA_MODEL: ${LLAMA_MODEL}
|
||||||
APP_RECIPIENTS: ${APP_RECIPIENTS}
|
APP_RECIPIENTS: ${APP_RECIPIENTS}
|
||||||
|
extra_hosts:
|
||||||
|
- "celtinha.desktop:host-gateway"
|
||||||
|
- "host.docker.internal:host-gateway"
|
||||||
networks:
|
networks:
|
||||||
- condado-net
|
- condado-net
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user