From 33eac94ddc12c6f6f18c5ed95544a9ee720bd43b Mon Sep 17 00:00:00 2001 From: Laur Ivan Date: Tue, 14 Feb 2023 01:57:22 +0100 Subject: [PATCH] chore: Add dependency on postgres-init too. --- templates/docker-compose.yml.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/docker-compose.yml.j2 b/templates/docker-compose.yml.j2 index fc04887..cb6d846 100644 --- a/templates/docker-compose.yml.j2 +++ b/templates/docker-compose.yml.j2 @@ -96,6 +96,7 @@ services: - gotenberg - tika {% if paperless_db_host == 'postgres' %} + - postgres-init - postgres {% endif %} ports: