diff --git a/apps/bookstack/config.json b/apps/bookstack/config.json index 3be5fe43..20bd7191 100644 --- a/apps/bookstack/config.json +++ b/apps/bookstack/config.json @@ -5,14 +5,12 @@ "exposable": true, "port": 8119, "id": "bookstack", - "tipi_version": 20, - "version": "24.05.20240513", + "tipi_version": 21, + "version": "24.05.20240520", "description": "BookStack is a simple, self-hosted, easy-to-use platform for organising and storing information. Default login: admin@admin.com password: password", "short_desc": "BookStack is a self-hosted platform for organising and storing information.", "author": "Dan Brown", - "categories": [ - "data" - ], + "categories": ["data"], "website": "https://www.bookstackapp.com/", "source": "https://github.com/BookStackApp/BookStack", "form_fields": [ @@ -25,8 +23,5 @@ "env_variable": "BOOKSTACK_DB_PASS" } ], - "supported_architectures": [ - "arm64", - "amd64" - ] + "supported_architectures": ["arm64", "amd64"] } diff --git a/apps/bookstack/docker-compose.yml b/apps/bookstack/docker-compose.yml index c6625ec9..04d87f02 100644 --- a/apps/bookstack/docker-compose.yml +++ b/apps/bookstack/docker-compose.yml @@ -1,7 +1,7 @@ version: "3.7" services: bookstack: - image: lscr.io/linuxserver/bookstack:24.05.20240513 + image: lscr.io/linuxserver/bookstack:24.05.20240520 container_name: bookstack environment: - APP_URL=${APP_PROTOCOL:-http}://${APP_DOMAIN} diff --git a/apps/portainer/config.json b/apps/portainer/config.json index cc501279..bae35927 100644 --- a/apps/portainer/config.json +++ b/apps/portainer/config.json @@ -6,18 +6,13 @@ "exposable": true, "https": true, "id": "portainer", - "tipi_version": 21, - "version": "2.20.2-alpine", - "categories": [ - "utilities" - ], + "tipi_version": 22, + "version": "2.20.3-alpine", + "categories": ["utilities"], "description": "", "short_desc": "Making Docker and Kubernetes management easy.", "author": "portainer.io", "source": "https://github.com/portainer/portainer", "form_fields": [], - "supported_architectures": [ - "arm64", - "amd64" - ] + "supported_architectures": ["arm64", "amd64"] } diff --git a/apps/portainer/docker-compose.yml b/apps/portainer/docker-compose.yml index b77e045b..f894dd6f 100644 --- a/apps/portainer/docker-compose.yml +++ b/apps/portainer/docker-compose.yml @@ -2,7 +2,7 @@ version: "3.7" services: portainer: - image: portainer/portainer-ce:2.20.2-alpine + image: portainer/portainer-ce:2.20.3-alpine container_name: portainer restart: unless-stopped ports: