From ac1f8ecc330befbeaed5d3dd7cb5a805148450ac Mon Sep 17 00:00:00 2001 From: Timothy Hobbs Date: Sat, 14 Oct 2023 18:34:45 +0200 Subject: [PATCH] Update standalone/docker-compose.yml Co-authored-by: Benbb96 --- standalone/docker-compose.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/standalone/docker-compose.yml b/standalone/docker-compose.yml index bbeb246e..5e35f3dd 100644 --- a/standalone/docker-compose.yml +++ b/standalone/docker-compose.yml @@ -20,6 +20,8 @@ services: - /tmp/django-helpdesk-data:/data/ - ./custom_navigation_header.html:/opt/django-helpdesk/helpdesk/templates/helpdesk/custom_navigation_header.html:r env_file: docker.env + depends_on: + - postgres postgres: image: postgres:12-bullseye