docker-compose.yml
file that defines the services and their configurations. You can then use Docker Compose to start and manage the services.
Authorization
header.
The system does not provide a built-in user interface for managing organizations, projects, and API keys. You will need to manage these configurations manually.
Every time you create a new organization or project, you will need to update the configuration files or environment variables accordingly, and restart the services for the changes to take effect.
http://indexify-server:8900
, which is the default hostname and port used in the provided docker-compose.yml
file.
If the executors where to run in a different host or network, you will need to configure the INDEXIFY_SERVER_HOST
environment variable to point to the correct URL.
The executors need to be able to reach the HTTP Port (8900 by default) and the gRPC port (8901 by default).