An open API service indexing awesome lists of open source software.

https://github.com/devopsvanilla/deploywatch

DeployWatch🚀 is a Docker Compose background deployment script that display progress to you
https://github.com/devopsvanilla/deploywatch

bash deployment docker docker-compose shell

Last synced: 8 months ago
JSON representation

DeployWatch🚀 is a Docker Compose background deployment script that display progress to you

Awesome Lists containing this project

README

          

# DeployWatch

## Description

**DeployWatch**🚀 is a Bash script designed to facilitate the deployment of `docker-compose.yml` files in the background while displaying the progress on the screen. It allows the user to decide whether to continue waiting, specify more time, stop monitoring (while the deployment continues in the background), or remove the deployment.

## Features

- **Background Deployment**: Runs the `docker-compose.yml` with the `-d` option to run in the background.
- **Progress Monitoring**: Displays the deployment progress on the screen.
- **Interactivity**: After a specified time, it asks the user whether to continue waiting, specify more time, stop monitoring, or remove the deployment.
- **Flexibility**: Allows the user to make decisions during the deployment process.