🚀 Quick Start: Deploy VigilOps in 5 Minutes #2
Unanswered
LinChuang2008
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
🚀 Quick Start: Deploy VigilOps in 5 Minutes
Category: Q&A
Get VigilOps running locally with Docker Compose in under 5 minutes.
Prerequisites
Step-by-Step
1. Clone the repo
git clone https://github.com/LinChuang2008/vigilops.git cd vigilops2. Configure environment
cp .env.example .env # Edit .env — set your DeepSeek API key for AI features (optional)3. Start everything
This launches 4 containers:
4. Access the dashboard
Open http://localhost:3001 — default login is in your
.envfile.5. Add your first host
Navigate to Hosts → Add Host, or deploy the VigilOps Agent:
Common Issues
Q: Port 3001/8001 already in use?
Edit
docker-compose.ymland change the host port mapping.Q: AI features not working?
Make sure
DEEPSEEK_API_KEYis set in.env. AI features are optional — everything else works without it.Q: Database connection errors on startup?
Wait 10-15 seconds for PostgreSQL to initialize, then restart the backend:
Q: How to check logs?
🇨🇳 中文版
5 分钟部署 VigilOps
前置条件
部署步骤
常见问题
docker-compose.yml中的端口映射.env中的DEEPSEEK_API_KEYdocker compose restart backend有其他问题?在这个帖子下方回复!
All reactions