Browse Source

Upgrade usocial to v0.1.3 (#1256)

snowflake
Ioan Bizău 3 years ago
committed by GitHub
parent
commit
0cf64ee588
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.2",
"version": "0.1.3",
"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.2-buster@sha256:78680fb45e8ebe468a5651d0f3f6b9b37f8e8c6682da4460b69e4d6f4547a807
image: ghcr.io/ibz/usocial:v0.1.3-buster@sha256:4dc13905619266cdcafb399fb38953863f827e12e88edae59b6222096707f630
restart: on-failure
stop_grace_period: 1m
ports:
@ -22,7 +22,7 @@ services:
fetcher:
depends_on:
- web
image: ghcr.io/ibz/usocial:v0.1.2-buster@sha256:78680fb45e8ebe468a5651d0f3f6b9b37f8e8c6682da4460b69e4d6f4547a807
image: ghcr.io/ibz/usocial:v0.1.3-buster@sha256:4dc13905619266cdcafb399fb38953863f827e12e88edae59b6222096707f630
restart: on-failure
stop_grace_period: 1m
volumes:

Loading…
Cancel
Save