Skip to content

Commit

Permalink
deconz settings path; mosquitto
Browse files Browse the repository at this point in the history
  • Loading branch information
zokw committed Aug 1, 2022
1 parent 033b445 commit 7b95279
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions files/mosquitto/mosquitto.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
persistence true
persistence_location /mosquitto/data/
log_dest file /mosquitto/log/mosquitto.log
allow_anonymous true
listener 1883

2 changes: 1 addition & 1 deletion roles/deconz/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@
"DEBUG_OTAU": "0"
volumes:
- "/etc/localtime:/etc/localtime:ro"
- "~/.local/share/dresden-elektronik/deCONZ:/root/.local/share/dresden-elektronik/deCONZ"
- "{{ docker_home }}/deCONZ:/opt/deCONZ"
restart_policy: unless-stopped
1 change: 1 addition & 0 deletions roles/paperless_ng/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@
USERMAP_UID: "{{ paperless_ng_user_id }}"
USERMAP_GID: "{{ paperless_ng_group_id }}"
PAPERLESS_OCR_LANGUAGES: "{{ paperless_ng_languages }}"
PAPERLESS_OCR_LANGUAGE: "bul"
restart_policy: unless-stopped
memory: "{{ paperless_ng_ui_memory }}"
networks:
Expand Down

0 comments on commit 7b95279

Please sign in to comment.