diff --git a/README.md b/README.md index 13d158e..b0ee99f 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,9 @@ The setup wizard provides options for users to configure the package. These valu - `PUSHGATEWAY_URL`: You don't need to change the default here. - `PUSHGATEWAY_USERNAME`: A username for the push gateway from above. - `PUSHGATEWAY_PASSWORD`: A password for the push gateway from above. + - `SHUTTER_PUSH_LOGS_ENABLED`: A boolean flag to enable log collection. This feature enables log pushing to a Loki/VmLogs server, allowing the Shutter team to collect and monitor keyper logs for troubleshooting and network monitoring purposes. + - `SHUTTER_HTTP_ENABLED`: A boolean flag to enable HTTP service endpoints. This should remain **false** unless specifically requested by the Shutter team. When enabled, this will expose additional keyper HTTP endpoints for advanced monitoring and debugging. + ### Developer notes @@ -42,4 +45,4 @@ Building the package requires docker and a vpn connection to a dappnode. It can ``` npx @dappnode/dappnodesdk@latest build --all-variants -``` +``` \ No newline at end of file diff --git a/docker-compose.yml b/docker-compose.yml index 71872a1..1ff847a 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -12,7 +12,7 @@ services: build: context: shutter args: - UPSTREAM_VERSION: v1.3.10 + UPSTREAM_VERSION: v1.3.12 KEYPER_CONFIG_DIR: /keyper/config SHUTTER_CHAIN_DIR: /chain STAKER_SCRIPTS_VERSION: v0.1.0