This folder (data/
) is intended for storing arbitrary data that will be made available to agents inside the /data
mount of the Docker container.
- Place any necessary datasets, configuration files, or other required resources in this folder.
- The contents of this folder will be accessible within the container at
/data
. - Ensure that files stored here are relevant to the agents' operations and do not contain sensitive or unnecessary data.
-
Files in this directory may be mapped or mounted depending on the container setup.
-
The mapping is defined in
docker-compose.yml
, so if you want to alter it, change :volumes: - ./data:/data