mirror of
https://gitea.mueller.network/extern/django-helpdesk.git
synced 2025-03-10 13:08:18 +01:00
Make dev docker-compose more useable
This commit is contained in:
parent
65b07e2863
commit
e005db7521
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user