Upgrade CodiMD

This commit is contained in:
Jesper Hess 2019-03-05 10:06:10 +01:00
parent ae2873e4d9
commit 0c5ed48600
Signed by untrusted user: graffen
GPG Key ID: 351A89E40D763F0F
1 changed files with 2 additions and 1 deletions

View File

@ -32,7 +32,7 @@
- name: codimd app container
docker_container:
name: codimd_app
image: hackmdio/hackmd:1.2.1
image: hackmdio/hackmd:1.3.0
restart_policy: unless-stopped
networks:
- name: codimd
@ -51,6 +51,7 @@
CMD_LDAP_BINDCREDENTIALS: "{{ ldap_admin_password }}"
CMD_LDAP_SEARCHBASE: "dc=data,dc=coop"
CMD_LDAP_SEARCHFILTER: "(&(uid={{ '{{username}}' }})(objectClass=inetOrgPerson))"
CMD_USECDN: "false"
VIRTUAL_HOST: "{{ codimd.domain }}"
LETSENCRYPT_HOST: "{{ codimd.domain }}"
LETSENCRYPT_EMAIL: "{{ letsencrypt_email }}"