Skip to content

Commit e07cefa

Browse files
committed
feat(compose): remove images
1 parent 8e77410 commit e07cefa

File tree

8 files changed

+1
-49
lines changed

8 files changed

+1
-49
lines changed

compose/README.md

Lines changed: 1 addition & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -17,52 +17,4 @@
1717
#
1818
-->
1919

20-
## Deploy
21-
22-
```sh
23-
$ cd apisix-dashboard/compose
24-
$ sh gen-config-yaml.sh
25-
26-
# For most users in China, please use some proxy services like https://www.daocloud.io/mirror to speed up your Docker images pulling.
27-
$ docker-compose -p dashboard up -d
28-
```
29-
30-
## Usage
31-
32-
### 1. login dashboard
33-
34-
Visit `http://127.0.0.1/dashboard/` in the browser, Enter `http://127.0.0.1:8080/apisix/admin` into the first input box, this is the backend management service address
35-
36-
![login](pics/login.png)
37-
38-
now, click `save`.
39-
40-
### 2. If you want to display the grafana metric dashboard, please fill in the grafana shared link as follows
41-
42-
1.get grafana shared link
43-
44-
Visit `http://127.0.0.1:3000/?search=open&orgId=1`
45-
46-
![login](pics/grafana_1.png)
47-
48-
click `Apache APISIX` dashboard, and you can see the page as follow
49-
50-
![login](pics/grafana_2.png)
51-
52-
click the button `shard dashboard` on the right of `Apache APISIX`
53-
54-
![login](pics/grafana_3.png)
55-
56-
copy the link, and then return to dashboard on the step 1
57-
58-
![login](pics/grafana_4.png)
59-
60-
click metric on the left, and then the config button
61-
62-
Paste shared link
63-
64-
![login](pics/grafana_5.png)
65-
66-
save, and you can see the metrics
67-
68-
![login](pics/grafana_6.png)
20+
This folder stores the `docker-compose` file for `manager-api`.

compose/pics/grafana_1.png

-56.5 KB
Binary file not shown.

compose/pics/grafana_2.png

-125 KB
Binary file not shown.

compose/pics/grafana_3.png

-101 KB
Binary file not shown.

compose/pics/grafana_4.png

-80.6 KB
Binary file not shown.

compose/pics/grafana_5.png

-103 KB
Binary file not shown.

compose/pics/grafana_6.png

-175 KB
Binary file not shown.

compose/pics/login.png

-83 KB
Binary file not shown.

0 commit comments

Comments
 (0)