This is a personnal tool to quickly start a local instance of ChartDB for development and testing purposes.
The project uses Task to manage common operations. Here are the available commands:
task # Start in detached mode (default)
task up # Start in detached mode
task start # Start containerstask logs # Follow application logs (Ctrl+C to exit)task stop # Stop containers
task down # Stop and remove containerstask erase # Complete cleanup: remove containers, volumes, and images