diff --git a/README.md b/README.md index 858f76b..f322c16 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,31 @@ Der Proxy ist aufgeteilt in zwei Git Projekte auf git.fet.at ![OpenrestyScreenshot](docs/openrestyexten.png) 2. [Konfiguration & Doku](https://git.fet.at/andis/triton2_config/) +### Docker +Damit dieses Projekt genutzt werden kann ist eine docker Installation erforderlich + + +### Deployen via Portainer +#### Portainer installieren +Falls Portainer noch gar nicht installiert ist: +[Portainer from scratch](https://docs.portainer.io/v/ce-2.9/start/install/server/docker/linux) + +Falls Portainer schon installiert ist und die neue Docker Umgebung verwaltet werden soll +[Portainer Agent installieren](https://docs.portainer.io/v/ce-2.9/start/install/agent/docker/linux) + +![OpenrestyScreenshot](docs/openrestyexten.png) + +#### Stack deployen +[DeployStackScreenshot1](docs/DeployComposeStack1.png) +[DeployStackScreenshot2](docs/DeployComposeStack.png) +### + + + + + + + Es gibt zwei Varianten dieses Projekt zu nutzen. Variante 1 ist, das projekt lokal zu clonen und dann die Konfigurationsordner mit lokalem BIND an den Container zu binden. Der Vorteil von Variante 1 ist, dass lokal Änderungen an der Konfiguration durchgeführt werden können. diff --git a/docs/DeployComposeStack1.png b/docs/DeployComposeStack1.png new file mode 100644 index 0000000..e8c1ca0 Binary files /dev/null and b/docs/DeployComposeStack1.png differ diff --git a/docs/DeployComposeStack2.png b/docs/DeployComposeStack2.png new file mode 100644 index 0000000..5222a02 Binary files /dev/null and b/docs/DeployComposeStack2.png differ diff --git a/docs/PortainerEnvironments.png b/docs/PortainerEnvironments.png new file mode 100644 index 0000000..2ce6db2 Binary files /dev/null and b/docs/PortainerEnvironments.png differ