comet-ml / opik

Open-source end-to-end LLM Development Platform
Apache License 2.0
1.36k stars 73 forks source link

removing exporting internal services ports by default #269

Closed thalesac closed 1 week ago

thalesac commented 1 week ago

Details

Services ports such as redis, clickhouse and other were being exported to the host unecessarily. This PR removes that

Issues

Noticed that when trying to run on my computer and I already had redis running on the host machine (port conflict)

Resolves #

Testing

Documentation