You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>Here's a few quick start guides to get you going, fast.</p>
98
-
99
-
<h3>Docker</h3>
100
-
<p>Use the <ahref="https://hub.docker.com/r/adamboutcher/statping-ng">Statping Docker Image</a> to create a status page in seconds. Checkout the <ahref="https://github.com/statping-ng/statping-ng/wiki/Docker">Docker Wiki</a> to view more details on how to get started using Docker.
101
-
</p>
102
-
103
-
```bash
104
-
docker run -it -p 8080:8080 adamboutcher/statping-ng
105
-
```
106
-
107
-
<h3>Docker Compose</h3>
108
-
<p>In the root (base) folder there is a standard docker-compose file that includes nginx, postgres, and Statping-ng.</p>
109
-
110
-
```bash
111
-
docker-compose up -d
112
-
```
113
-
114
-
<h3>Docker Compose with Automatic SSL</h3>
115
-
<p>You can automatically start a Statping-ng server with automatic SSL encryption using this docker-compose file. First point your domain's DNS to the Statping-ng server, and then run this docker-compose command with DOMAIN and EMAIL. Email is for <ahref="https://letsencrypt.org/">letsencrypt</a> services.</p>
<p>Once your instance has started, it will take a moment to get your SSL certificate. Make sure you have a A or CNAME record on your domain that points to the IP/DNS of your server running Statping-ng.</p>
124
-
125
-
<h3>Prometheus Exporter</h3>
126
-
<p>Statping-ng includes a <ahref="https://github.com/statping-ng/statping-ng/wiki/Prometheus-Exporter">Prometheus Exporter</a> so you can have even more monitoring power with your services. The Prometheus exporter can be seen on <kbd>/metrics</kbd>, simply create another exporter in your prometheus config. Use your Statping-ng API Secret for the Authorization Bearer header, the <kbd>/metrics</kbd> URL is dedicated for Prometheus and requires the correct API Secret has <kbd>Authorization</kbd> header.</p>
0 commit comments