mirror of
https://github.com/moghtech/komodo.git
synced 2026-05-05 15:34:09 -05:00
1.13.2 (#35)
* 1.13.2 add periphery disk report whitelist / blacklist * improve setup docs * publish 1.13.2 client
This commit is contained in:
@@ -52,7 +52,10 @@ services:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
- monitor-repos:/etc/monitor/repos # manage repos in a docker volume, or change it to an accessible host directory.
|
||||
# environment:
|
||||
# PERIPHERY_INCLUDE_DISK_MOUNTS: /etc/monitor/repos # If the disk size is overreporting, only specific mounts.
|
||||
# # If the disk size is overreporting, can use one of these to
|
||||
# # whitelist / blacklist the disks to filter them, whichever is easier.
|
||||
# PERIPHERY_INCLUDE_DISK_MOUNTS: /etc/monitor/repos
|
||||
# PERIPHERY_EXCLUDE_DISK_MOUNTS: /snap
|
||||
|
||||
monitor-mongo:
|
||||
image: mongo
|
||||
|
||||
@@ -28,10 +28,14 @@
|
||||
## Env: PERIPHERY_LEGACY_COMPOSE_CLI
|
||||
# legacy_compose_cli = true
|
||||
|
||||
## Optional. Only include mounts with start with a specific path in the disk report.
|
||||
## Optional. Only include mounts at specific paths in the disc report.
|
||||
## Env: PERIPHERY_INCLUDE_DISK_MOUNTS
|
||||
# include_disk_mounts = ["/etc/monitor/repos"]
|
||||
|
||||
## Optional. Don't include these mounts in the disk report.
|
||||
## Env: PERIPHERY_EXCLUDE_DISK_MOUNTS
|
||||
# exclude_disk_mounts = ["/etc/monitor/repos"]
|
||||
|
||||
########
|
||||
# AUTH #
|
||||
########
|
||||
|
||||
Reference in New Issue
Block a user