- Install with :
git clone
docker compose up -d --build
- connect :
docker compose exec <service name(ex:base)> bash
- disconect :
exit
- Starting :
docker stop <container name>
- Stopping :
docker start <container name>
./
├── .dockerignore
├── .git
├── .gitattributes
├── .github
├── .gitignore
├── .pre-commit-config.yaml
├── LICENSE
├── Makefile
├── README.md
├── compose.yaml
├── config
├── data
│ ├── misc
│ ├── outputs
│ └── raw
├── docker
├── docs
├── env.sample
├── scripts
├── src
└── tests