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
|
### Database Configurations
|
||||||
- [SQLite](https://github.com/hunterlong/statping/wiki/_new#basic-setup)
|
- [SQLite](#basic-sqlite-connection)
|
||||||
- MySQL
|
- [MySQL](#mysql-connection)
|
||||||
- Postgres
|
- [Postgres](#postgres-connection)
|
||||||
|
### Web Serving
|
||||||
|
- [Nginx as proxy pass](#nginx-proxy-pass)
|
||||||
|
- [Nginx with LetEncrypt SSL Cert](#nginx-proxy-pass-with-ssl-letencrypt)
|
||||||
### Metrics
|
### Metrics
|
||||||
- Grafana with Prometheus
|
- Grafana with Prometheus
|
||||||
### Web Serving
|
|
||||||
- Nginx as proxy pass
|
|
||||||
- Nginx with LetEncrypt SSL Cert
|
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
# Docker Volumes
|
# Docker Volumes
|
||||||
|
|
Loading…
Reference in New Issue