forked from data.coop/ansible
Upgrade HedgeDoc to 1.9.6
This commit is contained in:
parent
67a8c3d1a2
commit
fa603b07d9
|
@ -34,7 +34,7 @@
|
|||
- "{{ hedgedoc.volume_folder }}/db:/var/lib/postgresql/data"
|
||||
|
||||
app:
|
||||
image: quay.io/hedgedoc/hedgedoc:1.9.0
|
||||
image: quay.io/hedgedoc/hedgedoc:1.9.6
|
||||
environment:
|
||||
CMD_DB_URL: "postgres://codimd:{{ postgres_passwords.hedgedoc }}@hedgedoc_database_1:5432/codimd"
|
||||
CMD_DOMAIN: "{{ hedgedoc.domain }}"
|
||||
|
@ -63,4 +63,4 @@
|
|||
networks:
|
||||
hedgedoc:
|
||||
external_services:
|
||||
external: true
|
||||
external: true
|
||||
|
|
Loading…
Reference in a new issue