Make dev docker-compose more useable

This commit is contained in:
Timothy Hobbs 2024-07-22 10:10:39 +02:00
parent 65b07e2863
commit e005db7521

View File

@ -18,7 +18,7 @@ services:
user: root user: root
volumes: volumes:
- /tmp/django-helpdesk-data:/data/ - /tmp/django-helpdesk-data:/data/
- ./custom_navigation_header.html:/opt/django-helpdesk/helpdesk/templates/helpdesk/custom_navigation_header.html:r - ../:/opt/django-helpdesk
env_file: docker.env env_file: docker.env
depends_on: depends_on:
- postgres - postgres