diff --git a/apps/ghost-dev/config.json b/apps/ghost-dev/config.json index 969c7243..6745e6e7 100644 --- a/apps/ghost-dev/config.json +++ b/apps/ghost-dev/config.json @@ -1,19 +1,18 @@ { - "$schema": "../schema.json", - "name": "Ghost - Development", - "port": 8225, - "available": true, - "exposable": true, - "id": "ghost-dev", - "tipi_version": 1, - "version": "5.85.1", - "categories": ["social", "media"], - "description": "Ghost is a powerful app for new-media creators to publish, share, and grow a business around their content. It comes with modern tools to build a website, publish content, send newsletters & offer paid subscriptions to members.", - "short_desc": "Ghost - Turn your audience into a business.", - "author": "TryGhost", - "source": "https://github.com/TryGhost/Ghost", - "website": "https://ghost.org", - "form_fields": [], - "supported_architectures": ["arm64", "amd64"] - } - \ No newline at end of file + "$schema": "../schema.json", + "name": "Ghost - Development", + "port": 8225, + "available": true, + "exposable": true, + "id": "ghost-dev", + "tipi_version": 2, + "version": "5.85.2", + "categories": ["social", "media"], + "description": "Ghost is a powerful app for new-media creators to publish, share, and grow a business around their content. It comes with modern tools to build a website, publish content, send newsletters & offer paid subscriptions to members.", + "short_desc": "Ghost - Turn your audience into a business.", + "author": "TryGhost", + "source": "https://github.com/TryGhost/Ghost", + "website": "https://ghost.org", + "form_fields": [], + "supported_architectures": ["arm64", "amd64"] +} diff --git a/apps/ghost-dev/docker-compose.yml b/apps/ghost-dev/docker-compose.yml index d967b1fb..45c0534f 100644 --- a/apps/ghost-dev/docker-compose.yml +++ b/apps/ghost-dev/docker-compose.yml @@ -2,7 +2,7 @@ version: "3.9" services: ghost-dev: container_name: ghost-dev - image: ghost:5.85.1 + image: ghost:5.85.2 restart: unless-stopped volumes: - ${APP_DATA_DIR}:/var/lib/ghost/content diff --git a/apps/ghost/config.json b/apps/ghost/config.json index 30d5ae50..539b2f70 100644 --- a/apps/ghost/config.json +++ b/apps/ghost/config.json @@ -5,8 +5,8 @@ "available": true, "exposable": true, "id": "ghost", - "tipi_version": 95, - "version": "5.85.1", + "tipi_version": 96, + "version": "5.85.2", "categories": ["social", "media"], "description": "Ghost is a powerful app for new-media creators to publish, share, and grow a business around their content. It comes with modern tools to build a website, publish content, send newsletters & offer paid subscriptions to members.", "short_desc": "Ghost - Turn your audience into a business.", diff --git a/apps/ghost/docker-compose.yml b/apps/ghost/docker-compose.yml index aa207cfb..9ea1d9f2 100644 --- a/apps/ghost/docker-compose.yml +++ b/apps/ghost/docker-compose.yml @@ -2,7 +2,7 @@ version: "3.9" services: ghost: - image: ghost:5.85.1 + image: ghost:5.85.2 container_name: ghost depends_on: - ghostdb