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