chore(deps): update quay.io/hedgedoc/hedgedoc docker tag to v1.9.9 (#924)

This commit is contained in:
renovate[bot] 2023-07-30 18:59:14 +00:00 committed by GitHub
parent 1fa9634180
commit 4d22983bcc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 5 deletions

View File

@ -5,15 +5,19 @@
"available": true, "available": true,
"exposable": true, "exposable": true,
"id": "hedgedoc", "id": "hedgedoc",
"tipi_version": 3, "tipi_version": 4,
"version": "1.9.8", "version": "1.9.9",
"categories": ["media"], "categories": [
"media"
],
"description": "HedgeDoc (formerly known as CodiMD) is an open-source, web-based, self-hosted, collaborative markdown editor. You can use it to easily collaborate on notes, graphs and even presentations in real-time. All you need to do is to share your note-link to your co-workers and theyre ready to go.", "description": "HedgeDoc (formerly known as CodiMD) is an open-source, web-based, self-hosted, collaborative markdown editor. You can use it to easily collaborate on notes, graphs and even presentations in real-time. All you need to do is to share your note-link to your co-workers and theyre ready to go.",
"short_desc": "A Collaborative Markdown and Note Taking App", "short_desc": "A Collaborative Markdown and Note Taking App",
"website": "https://hedgedoc.org/", "website": "https://hedgedoc.org/",
"author": "https://github.com/hedgedoc", "author": "https://github.com/hedgedoc",
"source": "https://github.com/hedgedoc/hedgedoc", "source": "https://github.com/hedgedoc/hedgedoc",
"supported_architectures": ["amd64"], "supported_architectures": [
"amd64"
],
"form_fields": [ "form_fields": [
{ {
"type": "random", "type": "random",

View File

@ -3,7 +3,7 @@ version: "3.7"
services: services:
hedgedoc: hedgedoc:
container_name: hedgedoc container_name: hedgedoc
image: quay.io/hedgedoc/hedgedoc:1.9.8 image: quay.io/hedgedoc/hedgedoc:1.9.9
environment: environment:
- CMD_DB_URL=postgres://hedgedoc:${HEDGEDOC_DB_PASSWORD}@hedgedoc-db:5432/hedgedoc - CMD_DB_URL=postgres://hedgedoc:${HEDGEDOC_DB_PASSWORD}@hedgedoc-db:5432/hedgedoc
- CMD_DOMAIN=${APP_DOMAIN} - CMD_DOMAIN=${APP_DOMAIN}