From a37275324062e5c02bcfe2a8d20cddfc4cc31a08 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 03:03:13 +0000 Subject: [PATCH] chore(deps): update barassistant/server docker tag to v6 --- apps/bar-assistant/config.json | 6 +++--- apps/bar-assistant/docker-compose.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/bar-assistant/config.json b/apps/bar-assistant/config.json index a41bd59..3af9c72 100644 --- a/apps/bar-assistant/config.json +++ b/apps/bar-assistant/config.json @@ -9,8 +9,8 @@ "utilities" ], "description": "Bar Assistant is a self-hosted app for managing your home bar. Track your ingredients, discover which cocktails you can make, and browse recipes through the Salt Rim web client. This app bundles the Bar Assistant API server, the Salt Rim frontend, a Meilisearch search service, and Redis for caching and sessions. For LAN use the browser-reachable API and search URLs are wired up automatically from your Tipi host's LAN IP; to expose the app to the internet, set the optional API/search URL overrides to public HTTPS addresses.", - "tipi_version": 5, - "version": "5", + "tipi_version": 6, + "version": "v6", "source": "https://github.com/bar-assistant/docker", "website": "https://barassistant.app", "exposable": true, @@ -21,7 +21,7 @@ "amd64" ], "created_at": 1781832269000, - "updated_at": 1782149121000, + "updated_at": 1786935790768, "form_fields": [ { "type": "random", diff --git a/apps/bar-assistant/docker-compose.yml b/apps/bar-assistant/docker-compose.yml index 26ad089..d6d0776 100644 --- a/apps/bar-assistant/docker-compose.yml +++ b/apps/bar-assistant/docker-compose.yml @@ -19,7 +19,7 @@ services: # API server. Exposed on a host port because the Salt Rim frontend # calls it from your browser, not container-to-container. bar-assistant: - image: barassistant/server:v5 + image: barassistant/server:v6 environment: - APP_URL=${API_URL:-http://${INTERNAL_IP}:8586} - TZ=${TZ}