add docker version
This commit is contained in:
27
asf-cloud-server/monitor/QUICKSTART.md
Normal file
27
asf-cloud-server/monitor/QUICKSTART.md
Normal file
@@ -0,0 +1,27 @@
|
||||
# 🚀 Quickstart Guide
|
||||
|
||||
Welcome to the ASF Infrastructure Monitor!
|
||||
|
||||
## 1. Setup Environment
|
||||
Create a `.env` file in the root directory:
|
||||
```env
|
||||
PC_PASS=your_pc_password
|
||||
PI_PASS=your_pi_password
|
||||
```
|
||||
|
||||
## 2. Deploy
|
||||
Run the following command:
|
||||
```bash
|
||||
docker compose up -d --build
|
||||
```
|
||||
|
||||
## 3. Access
|
||||
The dashboard will be available at:
|
||||
`http://asf.monitor.nabd-co.com` (after Caddy setup)
|
||||
|
||||
## 4. Documentation
|
||||
For more details, check the `docs/` folder:
|
||||
- [Architecture](docs/architecture.md)
|
||||
- [Backend](docs/backend.md)
|
||||
- [Frontend](docs/frontend.md)
|
||||
- [Deployment](docs/deployment.md)
|
||||
Reference in New Issue
Block a user