nim-anywhere
nim-anywhere copied to clipboard
Why do variables.env and configuration.py us different DNS names for the same services?
What are the DNS names for the redis and milvus server? They are referred to as localhost
in some places and as redis
and mivlus
in others. They are pingable from traefic
as redis
and milvus
Redis
- README.md redis://localhost:6379/0
- variables.env redis://redis:6379/0
- chain_server/configuration.py redis://localhost:6379/0
- container name redis
Milvus
- README.md http://localhost:19530
- variables.env http://milvus:19530
- chain_server/configuration.py http://localhost:19530
- container name milvus