Managed home server with Docker, Docker Compose, Make and Bash.
- Docker and Docker Compose
- Make
- fzf
Before deploying the services it is necessary to configure them. To do so, it is enough to create an .env file for each service with the content of the corresponding .env.template.
server.sh install
Usage: server [OPTIONS] COMMAND
This script aims to manage a home server based on Docker, Docker Compose, Make and Bash.
Available options:
-h, --help Print this help and exit
Available commands:
install Install all services
uninstall Uninstall all services
start Start all services
stop Stop all services
restart Restart all services
status Get the status of all services
services Open a menu based on FZF to manage the services separately
To realise this project I have based myself on many similar projects. There were countless of them and I gave them all a star.
🙏 Thank you very much for these wonderful creations.
The MIT License (MIT). Please see License for more information.