WIP: idhub-docker #5

Draft
pedro wants to merge 3 commits from idhub-docker into release

3 commits

Author SHA1 Message Date
pedro 6f9a06faa1 add docker integration for localhost 2025-01-09 09:24:12 +01:00
pedro 6e4f3d7be3 bugfix requirement error
error was

```
idhub-1  | ValueError: numpy.dtype size changed, may indicate binary incompatibility. Expected 96 from C header, got 88 from PyObject
idhub-1 exited with code 1
```

> The solution is to pin down the numpy version to any before the 2.0.0

related https://stackoverflow.com/questions/78634235/numpy-dtype-size-changed-may-indicate-binary-incompatibility-expected-96-from
2025-01-09 09:23:45 +01:00
pedro d9a0de1c68 add env var ENABLE_DOMAIN_CHECKER
when using localhost and standalone idhub instance we could avoid this
checker to facilitate testing and deployment
2025-01-09 09:19:18 +01:00