Add ingress for nodered.n39.eu

This commit is contained in:
Stefan Haun 2022-08-27 16:52:52 +02:00
parent a651aa047f
commit 5be0c410b1

View file

@ -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: