Expose Rabbitmq on external port

Change-Id: I712953c373102744a8672a31856ea7212571d8ee
This commit is contained in:
Bartosz Kupidura 2016-10-04 11:08:49 +00:00
parent 03cdf01d93
commit 7cd537dba0
2 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
configs:
rabbitmq:
port: 5672
external_port: 32672
password: password
user: rabbitmq

View File

@ -1,7 +1,7 @@
service:
name: rabbitmq
ports:
- {{ rabbitmq.port }}
- "{{ rabbitmq.port }}:{{ rabbitmq.external_port }}"
containers:
- name: rabbitmq
image: rabbitmq