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