cvat_worker_chunks Container Does Not Inherit Database Environment Variables #8846
Closed
2 tasks done
Labels
bug
Something isn't working
Actions before raising this issue
Steps to Reproduce
Deploy CVAT using Docker Compose with custom database environment variables set in the .env file.
Start the CVAT services.
Inspect the environment variables of the cvat_worker_chunks container and observe that the specified variables are not present.
Expected Behavior
The cvat_worker_chunks container should inherit database-related environment variables from the .env file, ensuring proper connectivity.
Possible Solution
No response
Context
The cvat_worker_chunks container does not receive essential database-related environment variables, such as CVAT_POSTGRES_HOST, from the .env file. As a result, it uses hardcoded default values. To make CVAT work correctly, I had to manually specify these variables in the docker-compose.override.yml file.
Environment
No response
The text was updated successfully, but these errors were encountered: