Add ingress for nodered.n39.eu
This commit is contained in:
parent
a651aa047f
commit
5be0c410b1
1 changed files with 8 additions and 2 deletions
10
radon.yml
10
radon.yml
|
@ -82,14 +82,20 @@
|
||||||
TZ: Europe/Berlin
|
TZ: Europe/Berlin
|
||||||
NODE_RED_ENABLE_PROJECTS: "true"
|
NODE_RED_ENABLE_PROJECTS: "true"
|
||||||
ports:
|
ports:
|
||||||
# - 127.0.0.1:9002:1880
|
- 127.0.0.1:9002:1880
|
||||||
- 9002:1880
|
|
||||||
volumes:
|
volumes:
|
||||||
- "{{ nodered_data }}/data:/data"
|
- "{{ nodered_data }}/data:/data"
|
||||||
detach: yes
|
detach: yes
|
||||||
keep_volumes: yes
|
keep_volumes: yes
|
||||||
restart_policy: unless-stopped
|
restart_policy: unless-stopped
|
||||||
|
|
||||||
|
- name: Setup proxy site nodered.n39.eu
|
||||||
|
include_role:
|
||||||
|
name: setup-http-site-proxy
|
||||||
|
vars:
|
||||||
|
site_name: "nodered.n39.eu"
|
||||||
|
proxy_port: 9002
|
||||||
|
|
||||||
|
|
||||||
- name: Check if rabbitmq data dir exists
|
- name: Check if rabbitmq data dir exists
|
||||||
ansible.builtin.stat:
|
ansible.builtin.stat:
|
||||||
|
|
Loading…
Reference in a new issue