Compare commits

...

2 Commits

Author SHA1 Message Date
78412c0caf chore(release): 2.0.3 2023-02-14 01:57:26 +01:00
33eac94ddc chore: Add dependency on postgres-init too. 2023-02-14 01:57:22 +01:00
2 changed files with 3 additions and 0 deletions

View File

@ -2,6 +2,8 @@
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
### [2.0.3](https://git.laurivan.com/Dev/ansible-role-paperless-ngx/compare/v2.0.2...v2.0.3) (2023-02-14)
### [2.0.2](https://git.laurivan.com/Dev/ansible-role-paperless-ngx/compare/v2.0.1...v2.0.2) (2023-02-14)
### [2.0.1](https://git.laurivan.com/Dev/ansible-role-paperless-ngx/compare/v2.0.0...v2.0.1) (2023-02-14)

View File

@ -96,6 +96,7 @@ services:
- gotenberg
- tika
{% if paperless_db_host == 'postgres' %}
- postgres-init
- postgres
{% endif %}
ports: