fix(docker): add extra_hosts for backend services

This commit is contained in:
2026-03-27 03:22:37 -03:00
parent 919aff07ff
commit 0fc0416eb7
2 changed files with 6 additions and 0 deletions

View File

@@ -47,6 +47,9 @@ services:
LLAMA_BASE_URL: ${LLAMA_BASE_URL}
LLAMA_MODEL: ${LLAMA_MODEL}
APP_RECIPIENTS: ${APP_RECIPIENTS}
extra_hosts:
- "celtinha.desktop:host-gateway"
- "host.docker.internal:host-gateway"
networks:
- condado-net