diff --git a/docker-compose-cli.yaml b/docker-compose-cli.yaml index c01ce5d059..7ea5170613 100644 --- a/docker-compose-cli.yaml +++ b/docker-compose-cli.yaml @@ -26,6 +26,8 @@ services: - DATA_FETCHER_URL=http://data-fetcher:3040 - BATCHES_PROCESSING_POLLING_INTERVAL=1000 restart: unless-stopped + extra_hosts: + - "host.docker.internal:host-gateway" data-fetcher: platform: linux/amd64 @@ -38,6 +40,8 @@ services: ports: - '3040:3040' restart: unless-stopped + extra_hosts: + - "host.docker.internal:host-gateway" api: platform: linux/amd64