Browse Source
Update WoofBot to v0.3.0 (#154)
Co-authored-by: Steven Briscoe <me@stevenbriscoe.com>
main
WoofBot
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
8 additions and
2 deletions
-
woofbot/docker-compose.yml
-
woofbot/umbrel-app.yml
|
|
@ -6,7 +6,7 @@ services: |
|
|
|
APP_HOST: $APP_WOOFBOT_WEB_IP |
|
|
|
APP_PORT: 8080 |
|
|
|
web: |
|
|
|
image: woofbot/woofbot:v0.2.0@sha256:bfcc02f752963eaf9f9c3bf2776e032194d218b0037f3c54ed19d8872a7f241b |
|
|
|
image: woofbot/woofbot:v0.3.0@sha256:69a78087386ab3c2d1cfb2cac268c377c3cf67bcb1c39b733bd9de93b8a57b49 |
|
|
|
restart: on-failure |
|
|
|
stop_grace_period: 1m |
|
|
|
environment: |
|
|
|
|
|
@ -2,7 +2,7 @@ manifestVersion: 1 |
|
|
|
id: woofbot |
|
|
|
category: Finance |
|
|
|
name: WoofBot |
|
|
|
version: "0.1.0" |
|
|
|
version: "0.3.0" |
|
|
|
tagline: A chatbot for your personal node |
|
|
|
description: >- |
|
|
|
WoofBot is a chat bot that runs on your personal Bitcoin node and sends telegram notifications |
|
|
@ -21,3 +21,9 @@ gallery: |
|
|
|
path: "" |
|
|
|
defaultUsername: "" |
|
|
|
defaultPassword: "" |
|
|
|
releaseNotes: >- |
|
|
|
- New feature: Get notified when the mempool is cleared |
|
|
|
|
|
|
|
- Bugfix: Due to Bitcoin RPC API changes, we now read a different address field |
|
|
|
|
|
|
|
- Minor UX changes |
|
|
|