From 65469403b3adef0435eb08dca0d5a053c8b64b56 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 28 Jul 2023 21:52:34 +0000 Subject: [PATCH] chore(deps): update owncast/owncast docker tag to v0.1.1 (#916) --- apps/owncast/config.json | 12 +++++++----- apps/owncast/docker-compose.yml | 2 +- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/apps/owncast/config.json b/apps/owncast/config.json index 7883980c..a3ec9603 100755 --- a/apps/owncast/config.json +++ b/apps/owncast/config.json @@ -6,12 +6,14 @@ "exposable": true, "id": "owncast", "description": "Owncast is an open source, self-hosted, decentralized, single user live video streaming and chat server for running your own live streams similar in style to the large mainstream options. It offers complete ownership over your content, interface, moderation and audience.", - "tipi_version": 1, - "version": "0.1.0", - "categories": ["media"], - "short_desc": " Take control over your live stream video by running it yourself. Streaming + chat out of the box. ", + "tipi_version": 2, + "version": "0.1.1", + "categories": [ + "media" + ], + "short_desc": " Take control over your live stream video by running it yourself. Streaming + chat out of the box. ", "author": "Owncast", "source": "https://github.com/owncast/owncast", "website": "https://owncast.online/", "form_fields": [] -} \ No newline at end of file +} diff --git a/apps/owncast/docker-compose.yml b/apps/owncast/docker-compose.yml index 233a30f1..25209e3d 100755 --- a/apps/owncast/docker-compose.yml +++ b/apps/owncast/docker-compose.yml @@ -2,7 +2,7 @@ version: '3.9' services: owncast: container_name: owncast - image: owncast/owncast:0.1.0 + image: owncast/owncast:0.1.1 volumes: - ${APP_DATA_DIR}/data:/app/data ports: