From 22bc1bfa1420a14e7033bd71e338c3610264b0c1 Mon Sep 17 00:00:00 2001 From: Ruan Bekker Date: Sun, 29 Aug 2021 21:57:47 +0200 Subject: [PATCH] Update README.md --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/README.md b/README.md index 9bff5e2..a02cfd3 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,21 @@ # docker-selfhosted-server My Hobby Server for Self-Hosted Applications on Docker + +## Usage + +In each application directory resides a `sample-env` file, which includes the required environment variables that you can copy to `.env`: + +``` +$ cd folder/ +$ cp sample-env .env +# modify .env to desired values +``` + +## Included Applications + +I will add more over time: + +- `traefik` +- `bitwarden` +- `rocket-chat` +- `grafana loki`