codimd: Switch to version 1.7 and the official hedgedoc image
This patch is the first version of the CodiMD role that runs the new hedgedoc image. There will be further work to rework the role to be called hedgedoc including a renaming of all variables.
This commit is contained in:
parent
6445dbabad
commit
e417949279
4 changed files with 6 additions and 7 deletions
|
@ -1,7 +1,7 @@
|
|||
CodiMD
|
||||
HedgeDoc
|
||||
=========
|
||||
|
||||
This will setup a [CodiMD](https://github.com/codimd/server) server with their official docker container and traefik.
|
||||
This will setup a [HedgeDoc](https://github.com/hedgedoc/hedgedoc) server with their official docker container and traefik.
|
||||
|
||||
Requirements
|
||||
------------
|
||||
|
|
|
@ -51,8 +51,8 @@ codimd_options:
|
|||
|
||||
# The version of codimd and its postgres server
|
||||
# (don't upgrade postgres without a backup etc, as it might have introduced breaking changes!)
|
||||
# renovate: depName=quay.io/codimd/codimd
|
||||
codimd_version: 1.6.0
|
||||
# renovate: depName=quay.io/hedgedoc/hedgedoc
|
||||
codimd_version: 1.7.0
|
||||
codimd_postgres_version: 11.8
|
||||
|
||||
# The image tags that should be used (templated using the versions provided above)
|
||||
|
|
|
@ -1,9 +1,8 @@
|
|||
galaxy_info:
|
||||
author: saibotk
|
||||
description: Deploys a codimd server.
|
||||
description: Installs HedgeDoc as a docker container
|
||||
license: GPL-3.0-only
|
||||
min_ansible_version: 2.9
|
||||
|
||||
platforms:
|
||||
- name: CentOS
|
||||
versions:
|
||||
|
|
|
@ -45,7 +45,7 @@ services:
|
|||
restart: always
|
||||
|
||||
codimd:
|
||||
image: quay.io/codimd/server:{{ codimd_image_version }}
|
||||
image: quay.io/hedgedoc/hedgedoc:{{ codimd_image_version }}
|
||||
mem_limit: 256mb
|
||||
memswap_limit: 512mb
|
||||
restart: always
|
||||
|
|
Loading…
Add table
Reference in a new issue