Forward rabbitmq management port
This commit is contained in:
parent
f46023bae0
commit
dff59df21a
1 changed files with 1 additions and 0 deletions
1
Vagrantfile
vendored
1
Vagrantfile
vendored
|
@ -56,6 +56,7 @@ Vagrant.configure("2") do |config|
|
||||||
config.vm.define "mq" do |node|
|
config.vm.define "mq" do |node|
|
||||||
node.vm.hostname = "mq"
|
node.vm.hostname = "mq"
|
||||||
node.vm.network "private_network", ip: "172.16.4.20"
|
node.vm.network "private_network", ip: "172.16.4.20"
|
||||||
|
node.vm.network "forwarded_port", guest: 15672, host:8672
|
||||||
node.vm.provider :libvirt do |libvirt|
|
node.vm.provider :libvirt do |libvirt|
|
||||||
libvirt.memory = 1024
|
libvirt.memory = 1024
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue