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
- Host: GitHub
- URL: https://github.com/devopsvanilla/deploywatch
- Owner: devopsvanilla
- License: mit
- Created: 2024-11-30T23:25:41.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-30T23:55:54.000Z (over 1 year ago)
- Last Synced: 2025-03-25T10:32:06.125Z (about 1 year ago)
- Topics: bash, deployment, docker, docker-compose, shell
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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.