mirror of https://github.com/statping/statping
Updated Docker Compose (markdown)
parent
fbd3699f4a
commit
67455fcaf7
|
@ -1,15 +1,14 @@
|
|||
This page includes multiple docker-compose.yml setups for you to run. There are many environment variables for additional settings and features, checkout the Environment Variables Wiki to see them all.
|
||||
This page includes multiple docker-compose.yml setups for you to run. There are many environment variables for additional settings and features, checkout the [Environment Variables Wiki](https://github.com/hunterlong/statping/wiki/Environment-Variables) to see them all.
|
||||
|
||||
### Database Configurations
|
||||
- [SQLite](https://github.com/hunterlong/statping/wiki/_new#basic-setup)
|
||||
- MySQL
|
||||
- Postgres
|
||||
### Metrics
|
||||
- Grafana with Prometheus
|
||||
- [SQLite](#basic-sqlite-connection)
|
||||
- [MySQL](#mysql-connection)
|
||||
- [Postgres](#postgres-connection)
|
||||
### Web Serving
|
||||
- Nginx as proxy pass
|
||||
- Nginx with LetEncrypt SSL Cert
|
||||
|
||||
- [Nginx as proxy pass](#nginx-proxy-pass)
|
||||
- [Nginx with LetEncrypt SSL Cert](#nginx-proxy-pass-with-ssl-letencrypt)
|
||||
### Metrics
|
||||
- Grafana with Prometheus
|
||||
---
|
||||
|
||||
# Docker Volumes
|
||||
|
|
Loading…
Reference in New Issue