From 67455fcaf79f58e6f3fdfee0118b8c68e8ce444e Mon Sep 17 00:00:00 2001 From: Hunter Long Date: Fri, 21 Feb 2020 14:35:21 -0800 Subject: [PATCH] Updated Docker Compose (markdown) --- Docker-Compose.md | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/Docker-Compose.md b/Docker-Compose.md index 2b0002d..8f27860 100644 --- a/Docker-Compose.md +++ b/Docker-Compose.md @@ -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