Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 705 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 705 Bytes

Data Folder

This folder (data/) is intended for storing arbitrary data that will be made available to agents inside the /data mount of the Docker container.

Usage

  • 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.

Notes

  • 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