PowerLoom / snapshotter-lite-v2

Snapshotter Lite: New Protocol
Apache License 2.0
3 stars 1 forks source link

hotfix: add extra hosts to snapshotter-lite-v2 in compose file #45

Closed Seth-Schmidt closed 3 weeks ago

Seth-Schmidt commented 3 weeks ago

Fixes #44

Checklist

Current behaviour

Snapshotter nodes running on some Linux distributions are unable to resolve the host.docker.internal hostname for the local collector component.

New expected behaviour

Snapshotter nodes should be able to connect to the local collector on Linux distros.

Change logs

Added

extra_hosts:
     - "host.docker.internal:host-gateway"

To docker-compose.yaml and docker-compose-dev.yaml

Deployment Instructions

No changes.