Skip to content

cyboooooorg/chartdb-kickstart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

ChartDB Kickstart

This is a personnal tool to quickly start a local instance of ChartDB for development and testing purposes.

Usage

The project uses Task to manage common operations. Here are the available commands:

Starting the Application

task            # Start in detached mode (default)
task up         # Start in detached mode
task start      # Start containers

Viewing Logs

task logs       # Follow application logs (Ctrl+C to exit)

Stopping the Application

task stop       # Stop containers
task down       # Stop and remove containers

Cleanup

task erase      # Complete cleanup: remove containers, volumes, and images

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors