chore: allow vagrant postgresql remote access
This commit is contained in:
parent
50877a033b
commit
1a9fa6b559
2 changed files with 18 additions and 0 deletions
5
Vagrantfile
vendored
5
Vagrantfile
vendored
|
@ -75,6 +75,7 @@ Vagrant.configure('2') do |config|
|
|||
set -e
|
||||
cd /vagrant
|
||||
|
||||
LIBRETIME_POSTGRESQL_PASSWORD=libretime \
|
||||
bash install \
|
||||
--listen-port 8080 \
|
||||
--allow-restart \
|
||||
|
@ -88,6 +89,10 @@ Vagrant.configure('2') do |config|
|
|||
SCRIPT
|
||||
|
||||
config.vm.provision 'install', type: 'shell', inline: $script
|
||||
|
||||
config.vm.provision 'post-install',
|
||||
type: 'shell',
|
||||
path: 'installer/vagrant/post-install.sh'
|
||||
end
|
||||
|
||||
# Define all the OS boxes we support
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue