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}