bessere Beschreibung
This commit is contained in:
11
README.md
11
README.md
@@ -1,6 +1,11 @@
|
|||||||
# BerichtExporter
|
# BerichtExporter
|
||||||
|
|
||||||
## Usage
|
## Verwendung
|
||||||
|
|
||||||
|
### Docker Compose
|
||||||
|
|
||||||
|
* `docker-compose.yaml` in einem Verzeichnis erstellen
|
||||||
|
* folgenden Inhalt einfügen und anpassen:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
version: '3.7'
|
version: '3.7'
|
||||||
@@ -19,4 +24,6 @@ services:
|
|||||||
- 'UNTIS_USERNAMES=USERNAME1,USERNAME2' # Usernames for untis schools
|
- 'UNTIS_USERNAMES=USERNAME1,USERNAME2' # Usernames for untis schools
|
||||||
- 'UNTIS_PASSWORDS=PASSWORD1,PASSWORD2' # Passwords for untis schools
|
- 'UNTIS_PASSWORDS=PASSWORD1,PASSWORD2' # Passwords for untis schools
|
||||||
- 'UNTIS_SERVERS=cissa.webuntis.com,neilo.webuntis.com' # Servers for untis chools
|
- 'UNTIS_SERVERS=cissa.webuntis.com,neilo.webuntis.com' # Servers for untis chools
|
||||||
```
|
```
|
||||||
|
(Nicht benötigte Umgebungsvariablen können entfernt werden)
|
||||||
|
* `docker-compose up -d` im Verzeichnis ausführen
|
||||||
Reference in New Issue
Block a user