scratchy
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
5 additions and
3 deletions
-
itchysats/docker-compose.yml
-
itchysats/umbrel-app.yml
|
|
@ -7,7 +7,7 @@ services: |
|
|
|
APP_PORT: 8000 |
|
|
|
|
|
|
|
web: |
|
|
|
image: ghcr.io/itchysats/itchysats/taker:0.5.0@sha256:884f2f23756e67dd418aaf1aa2c5fcaf385bec6f37dc8412a02ab870da2168b5 |
|
|
|
image: ghcr.io/itchysats/itchysats/taker:0.5.4@sha256:9fa1a461cbe9760944c5a471343064177a5ad3a497787ddcee72b598006d3bcb |
|
|
|
restart: on-failure |
|
|
|
stop_grace_period: 1m |
|
|
|
volumes: |
|
|
|
|
|
@ -2,7 +2,7 @@ manifestVersion: 1 |
|
|
|
id: itchysats |
|
|
|
category: Finance |
|
|
|
name: ItchySats |
|
|
|
version: "0.5.0-patch-1" |
|
|
|
version: "0.5.4" |
|
|
|
tagline: Peer-2-peer derivatives on Bitcoin |
|
|
|
description: >- |
|
|
|
ItchySats enables peer-2-peer CFD trading on Bitcoin using DLCs |
|
|
@ -58,4 +58,6 @@ defaultUsername: itchysats |
|
|
|
deterministicPassword: true |
|
|
|
torOnly: false |
|
|
|
releaseNotes: >- |
|
|
|
Minor patch for the app's Umbrel configuration. No changes to the application container. |
|
|
|
This release is deprecating the remaining old network protocols. |
|
|
|
The old network protocol stack will be removed with the next release. |
|
|
|
Please upgrade to keep compatibility. |