mirror of
https://github.com/Poniverse/Pony.fm.git
synced 2024-11-21 20:48:00 +01:00
Allow remote connections to Postgres for dev
This commit is contained in:
parent
84feb56f86
commit
d9e7846a91
1 changed files with 1 additions and 0 deletions
1
Vagrantfile
vendored
1
Vagrantfile
vendored
|
@ -15,6 +15,7 @@ Vagrant.configure("2") do |config|
|
|||
node.vm.hostname = 'ponyfm-dev.poni'
|
||||
node.vm.network :private_network, ip: "192.168.33.11"
|
||||
node.vm.network "forwarded_port", guest: 80, host: 8080
|
||||
node.vm.network "forwarded_port", guest: 5432, host: 5432
|
||||
node.hostmanager.aliases = %w(api.ponyfm-dev.poni)
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue