What problem does it solve?
This Skill streamlines the deployment and management of Dockerized applications on a local Virtual Machine, ensuring seamless integration with Traefik for reverse proxying and Homepage for dashboard visualization.
Core Features & Use Cases
- Container Orchestration: Manages Docker services using
docker compose and crane for image handling.
- Reverse Proxying: Configures Traefik for automatic service discovery and routing via
traefik-proxy network.
- Dashboard Integration: Adds services to the Homepage dashboard for easy access and monitoring.
- Use Case: Deploy a new web application (e.g., a blog or a project management tool) on your VM. The Skill will handle pulling the Docker image, setting up the compose file, configuring Traefik to route traffic to it, and adding it to your Homepage dashboard.
Quick Start
Use the vm-docker skill to deploy the BookLore application by following the steps in the references/booklore.yml file.