Add ingress for rabbitmq.n39.eu
This commit is contained in:
parent
5be0c410b1
commit
0efede818a
1 changed files with 10 additions and 1 deletions
11
radon.yml
11
radon.yml
|
@ -28,6 +28,7 @@
|
|||
dehydrated_contact_email: "{{ server_admin }}"
|
||||
dehydrated_domains:
|
||||
- name: nodered.n39.eu
|
||||
- name: rabbitmq.n39.eu
|
||||
|
||||
|
||||
tasks:
|
||||
|
@ -116,13 +117,21 @@
|
|||
- 5552:5552
|
||||
- 5672:5672
|
||||
- 25672:25672
|
||||
- 15672:15672
|
||||
- 127.0.0.1:15672:15672
|
||||
env:
|
||||
RABBITMQ_SECURE_PASSWORD: "yes"
|
||||
volumes:
|
||||
- "{{ rabbitmq_data }}/bitnami:/bitnami:rw"
|
||||
- "{{ rabbitmq_data }}/etc_rabbitmq:/etc/rabbitmq:rw"
|
||||
|
||||
- name: Setup proxy site rabbitmq.n39.eu
|
||||
include_role:
|
||||
name: setup-http-site-proxy
|
||||
vars:
|
||||
site_name: "rabbitmq.n39.eu"
|
||||
proxy_port: 15672
|
||||
|
||||
|
||||
|
||||
- name: Ensure Power Meter Pulse Gateway for 19i room is running
|
||||
docker_container:
|
||||
|
|
Loading…
Reference in a new issue