From f6c316f5b3937afe7c3c211cd72e3a584f593d5d Mon Sep 17 00:00:00 2001 From: moebiusband73 Date: Wed, 19 May 2021 07:53:28 +0200 Subject: [PATCH] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index b91d039..addbe81 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,10 @@ # cc-docker A configurable docker compose setup for easy deployment of ClusterCockpit + +Desired modes: + +* Demo: Includes everything to try out ClusterCockpit including initial Database Fixtures. No SSL and no reverse Proxy. +* Develop: Only includes all external components of ClusterCockpit. A functional PHP environment and the ClusterCockpit source must be maintained on host machine. +* Production: Includes everything to run ClusterCockpit in a Production environment including SSL and traefic reverse proxy and container orchestration. + +