Browse Source

Update usocial app to v0.1.5 (#1288)

rtl-0.12.1
Ioan Bizău 3 years ago
committed by GitHub
parent
commit
88fa46ec05
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      apps/registry.json
  2. 4
      apps/usocial/docker-compose.yml

2
apps/registry.json

@ -877,7 +877,7 @@
"id": "usocial",
"category": "Social",
"name": "usocial",
"version": "0.1.3",
"version": "0.1.5",
"tagline": "Read. Listen. Pay back.",
"description": "The podcast client and feed reader for your personal server. With Lightning Network support.\n\n- Simple interface (minimalist HN-like design)\n- Optionally multi-user\n- Decentralized karma\n- Clean code (Python / Flask / SQLite)\n- Search podcasts from Podcast Index\n- Support for the Podcasting 2.0 value tag, sending Bitcoin payments to podcast creators over the Lightning Network",
"developer": "Ioan Bizău",

4
apps/usocial/docker-compose.yml

@ -2,7 +2,7 @@ version: "3.7"
services:
web:
image: ghcr.io/ibz/usocial:v0.1.3-buster@sha256:4dc13905619266cdcafb399fb38953863f827e12e88edae59b6222096707f630
image: ghcr.io/ibz/usocial:v0.1.5-buster@sha256:1b1215d7fba847bf922a2615fee6400ce61cac4545dff6bfcf9703af8e05b953
restart: on-failure
stop_grace_period: 1m
ports:
@ -22,7 +22,7 @@ services:
fetcher:
depends_on:
- web
image: ghcr.io/ibz/usocial:v0.1.3-buster@sha256:4dc13905619266cdcafb399fb38953863f827e12e88edae59b6222096707f630
image: ghcr.io/ibz/usocial:v0.1.5-buster@sha256:1b1215d7fba847bf922a2615fee6400ce61cac4545dff6bfcf9703af8e05b953
restart: on-failure
stop_grace_period: 1m
volumes:

Loading…
Cancel
Save