Skip to content

v0.2.0: Docker Intergartion for running external services

Latest

Choose a tag to compare

@prathmesh796 prathmesh796 released this 12 May 05:56

What's New:

  • Locally can now automatically detect what external sevices are required by the repo(like Redis, Postgres, etc)
  • It can compose a docker-compose.generated.yml file for the repo
  • Detect if the docker deamon is running or not. In case can also automatically start it, with users permission
  • And can automatically start those containers

What Changed:

  • Insted of directly trying to run the repo files, the agent first looks up for the requied external services, by reading, code files, readme files, etc.

Full Changelog: v0.1.0...v0.2.0