Added exposing of the postgresql port to access it from host machine.

pull/316/head
Ruslan Baidan 2020-07-08 12:06:49 +02:00
parent 84d6104001
commit a2db12e239
No known key found for this signature in database
GPG Key ID: 4B7724C136BF1D89
1 changed files with 1 additions and 0 deletions

1
vagrant/Vagrantfile vendored
View File

@ -25,6 +25,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
config.vm.network :forwarded_port, guest: 80, host: 5001
config.vm.network :forwarded_port, guest: 5005, host: 5005
config.vm.network :forwarded_port, guest: 3306, host: 3306
config.vm.network :forwarded_port, guest: 5432, host: 5435
# Create a private network, which allows host-only access to the machine
# using a specific IP.