From 278c4018ea5021a8feb239355c54bf1c6c5dd124 Mon Sep 17 00:00:00 2001 From: JuliusFreudenberger Date: Sun, 6 Feb 2022 19:00:41 +0100 Subject: [PATCH] Add README --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..f3fbba6 --- /dev/null +++ b/README.md @@ -0,0 +1,6 @@ +# infrastructure + +This repository contains the files necessary for deploying various services. + +Most services can be deployed with portainer or manually with docker-compose. +Every service contains a README which shortly explains the setup as well as important steps when deploying if needed.