Skip to content
Snippets Groups Projects
Commit 0805c8c0 authored by void's avatar void
Browse files

nodered update und dashboard

parent 50df9140
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
- name: start nodered docker - name: start nodered docker
docker_container: docker_container:
name: nodered-app name: nodered-app
image: nodered/node-red-docker:0.16.2 image: nodered/node-red-docker:0.17.5
state: started state: started
restart_policy: always restart_policy: always
volumes: volumes:
...@@ -15,4 +15,11 @@ ...@@ -15,4 +15,11 @@
ports: ports:
- 1880:1880 - 1880:1880
- name: install nodered modules
\ No newline at end of file command: docker exec nodered-app /bin/bash -c 'npm install node-red-dashboard'
register: nodered_install
- debug: msg="{{ nodered_install.stdout }}"
- name: restart nodered container
command: docker restart nodered-app
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