chore(deps): update ghcr.io/codex-team/codex.docs docker tag to v2.2 (#3314)

This commit is contained in:
renovate[bot] 2024-04-27 22:47:18 +00:00 committed by GitHub
parent 9c815ebc57
commit 8bc7fea14f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 9 additions and 5 deletions

View File

@ -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"
]
}

View File

@ -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