From 8bc7fea14fa28d5179f6294d717c946271040b6a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 27 Apr 2024 22:47:18 +0000 Subject: [PATCH] chore(deps): update ghcr.io/codex-team/codex.docs docker tag to v2.2 (#3314) --- apps/codex-docs/config.json | 12 ++++++++---- apps/codex-docs/docker-compose.yml | 2 +- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/apps/codex-docs/config.json b/apps/codex-docs/config.json index 42e19fd1..37a7c847 100644 --- a/apps/codex-docs/config.json +++ b/apps/codex-docs/config.json @@ -5,9 +5,11 @@ "exposable": true, "port": 8101, "id": "codex-docs", - "tipi_version": 2, - "version": "v2.1", - "categories": ["media"], + "tipi_version": 3, + "version": "2.2", + "categories": [ + "media" + ], "description": "CodeX Docs is a free docs application. It's based on Editor.js ecosystem which gives all modern opportunities for working with content. You can use it for product documentation, for internal team docs, for personal notes or any other need. ", "short_desc": "Free Docs app powered by Editor.js ecosystem.", "author": "https://docs.codex.so/", @@ -34,5 +36,7 @@ "env_variable": "CODEX_AUTH_SECRET" } ], - "supported_architectures": ["amd64"] + "supported_architectures": [ + "amd64" + ] } diff --git a/apps/codex-docs/docker-compose.yml b/apps/codex-docs/docker-compose.yml index 46fc164d..5aa6f751 100644 --- a/apps/codex-docs/docker-compose.yml +++ b/apps/codex-docs/docker-compose.yml @@ -3,7 +3,7 @@ version: "3.2" services: codex-docs: container_name: codex-docs - image: ghcr.io/codex-team/codex.docs:v2.1 + image: ghcr.io/codex-team/codex.docs:v2.2 ports: - ${APP_PORT}:3000 restart: unless-stopped