Skip to content
Snippets Groups Projects
Commit 3f52d091 authored by 3d's avatar 3d
Browse files

add telegrambot token; fix HA compose

parent 8a8bf7d8
No related branches found
No related tags found
No related merge requests found
......@@ -6,6 +6,7 @@
- { path: "{{ basedir }}/homeassistant_admin_password", length: 12 }
- { path: "{{ basedir }}/influxdb_password", length: 12 }
- { path: "{{ basedir }}/influxdb_token", length: 32 }
- { path: "{{ basedir }}/telegram_statusbot_token", length: 46 }
- name: "create folder struct for {{ basedir }}"
......
......@@ -27,7 +27,7 @@ services:
image: influxdb:2.6.0
restart: always
ports:
- {{ int_ip4 }}:{{ influxdb_port }}:8086
- "{{ int_ip4 }}:{{ influxdb_port }}:8086"
volumes:
- "{{ basedir }}/influxdb:/var/lib/influxdb2"
environment:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment