ENV Update
This commit is contained in:
parent
34a0a35d40
commit
b196f684e7
2 changed files with 8 additions and 1 deletions
|
@ -38,7 +38,7 @@ BACKUP_COPIES = number of parallel copies # default 7
|
||||||
BACKUP_AUTO_RESTORE = (true|false) # default ist true
|
BACKUP_AUTO_RESTORE = (true|false) # default ist true
|
||||||
|
|
||||||
USE_SECURITY_STRICT_LIMIT = (true|false) # default ist true
|
USE_SECURITY_STRICT_LIMIT = (true|false) # default ist true
|
||||||
SECURITY_STRICT_LIMIT_WINDOW = [0-9]*(y|d|h|m|s) # default ist 15
|
SECURITY_STRICT_LIMIT_WINDOW = [0-9]*(y|d|h|m|s) # default ist 15m
|
||||||
SECURITY_STRICT_LIMIT_REQUEST_COUNT = strict_request_count # default ist 15
|
SECURITY_STRICT_LIMIT_REQUEST_COUNT = strict_request_count # default ist 15
|
||||||
USE_SECURITY_LIMIT = (true|false) # default ist true
|
USE_SECURITY_LIMIT = (true|false) # default ist true
|
||||||
SECURITY_LIMIT_WINDOW = [0-9]*(y|d|h|m|s) # default ist 1m
|
SECURITY_LIMIT_WINDOW = [0-9]*(y|d|h|m|s) # default ist 1m
|
||||||
|
|
|
@ -45,6 +45,13 @@ services:
|
||||||
- BACKUP_INTERVAL=<number of days (min. 1)> # alle x Tage, sonst keine
|
- BACKUP_INTERVAL=<number of days (min. 1)> # alle x Tage, sonst keine
|
||||||
- BACKUP_COPIES=<number of parallel copies> # Anzahl parallel bestehender Backups
|
- BACKUP_COPIES=<number of parallel copies> # Anzahl parallel bestehender Backups
|
||||||
- BACKUP_AUTO_RESTORE=<boolean> # default ist auf true gesetzt
|
- BACKUP_AUTO_RESTORE=<boolean> # default ist auf true gesetzt
|
||||||
|
- USE_SECURITY_STRICT_LIMIT = (true|false) # default ist true
|
||||||
|
- SECURITY_STRICT_LIMIT_WINDOW = [0-9]*(y|d|h|m|s) # default ist 15
|
||||||
|
- SECURITY_STRICT_LIMIT_REQUEST_COUNT = strict_request_count # default ist 15
|
||||||
|
- USE_SECURITY_LIMIT = (true|false) # default ist true
|
||||||
|
- SECURITY_LIMIT_WINDOW = [0-9]*(y|d|h|m|s) # default ist 1m
|
||||||
|
- SECURITY_LIMIT_REQUEST_COUNT = request_count # default ist 500
|
||||||
|
- TRUST_PROXY = <boolean|number|ip|ip1,ip2,...> # wenn leer, wird dieser Wert nicht angewendet.
|
||||||
volumes:
|
volumes:
|
||||||
- <volume|local path>:/app/files
|
- <volume|local path>:/app/files
|
||||||
networks:
|
networks:
|
||||||
|
|
Loading…
Add table
Reference in a new issue