cvat
cvat copied to clipboard
use .env for docker compose environment
Actions before raising this issue
- [X] I searched the existing issues and did not find anything similar.
- [X] I read/searched the docs
Is your feature request related to a problem? Please describe.
When using Docker Compose, you can set environment variables using a .env file. I suggest this approach as it might be more convenient than applying them manually in the command line. Please let me know your thoughts.
https://docs.docker.com/compose/environment-variables/set-environment-variables/ https://docs.docker.com/compose/environment-variables/env-file/
Describe the solution you'd like
create .env file for docker compose
Describe alternatives you've considered
No response
Additional context
No response