Update standalone/docker-compose.yml

Co-authored-by: Benbb96 <Benbb96@users.noreply.github.com>
This commit is contained in:
Timothy Hobbs 2023-10-14 18:34:45 +02:00
parent cbb5dcdef9
commit ac1f8ecc33

View File

@ -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