From dcc0d89a1d9f97e8d56bd5b5e3a81b94c1b4b384 Mon Sep 17 00:00:00 2001 From: Lino Schmidt Date: Mon, 19 Jun 2023 09:49:08 +0200 Subject: [PATCH] bessere Beschreibung --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6698b91..a49c3b7 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,11 @@ # BerichtExporter -## Usage +## Verwendung + +### Docker Compose + +* `docker-compose.yaml` in einem Verzeichnis erstellen +* folgenden Inhalt einfügen und anpassen: ```yaml version: '3.7' @@ -19,4 +24,6 @@ services: - 'UNTIS_USERNAMES=USERNAME1,USERNAME2' # Usernames for untis schools - 'UNTIS_PASSWORDS=PASSWORD1,PASSWORD2' # Passwords for untis schools - 'UNTIS_SERVERS=cissa.webuntis.com,neilo.webuntis.com' # Servers for untis chools -``` \ No newline at end of file +``` +(Nicht benötigte Umgebungsvariablen können entfernt werden) +* `docker-compose up -d` im Verzeichnis ausführen \ No newline at end of file