Add example for using Postgres

This commit is contained in:
TwinProduction
2021-09-10 19:21:43 -04:00
parent 20487790ca
commit dafd547656
3 changed files with 70 additions and 0 deletions

View File

@ -249,6 +249,7 @@ storage:
type: postgres
file: "postgres://user:password@127.0.0.1:5432/gatus?sslmode=disable"
```
See [examples/docker-compose-postgres-storage](examples/docker-compose-postgres-storage) for an example.
### Client configuration