mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-02 13:45:10 -05:00
Moved the Vagrant stuff around to keep the root tidy
This commit is contained in:
parent
54366c1d27
commit
0612cd53b7
5
Vagrantfile
vendored
5
Vagrantfile
vendored
@ -6,11 +6,10 @@ Vagrant.configure(VAGRANT_API_VERSION) do |config|
|
||||
config.vm.box = "ubuntu/trusty64"
|
||||
|
||||
# Provision using shell
|
||||
#config.vm.provision "shell", path: "vagrant/setup.sh"
|
||||
config.vm.host_name = "dev.paperless"
|
||||
config.vm.synced_folder ".", "/opt/paperless"
|
||||
config.vm.provision "shell", path: "vagrant/setup.sh"
|
||||
|
||||
config.vm.provision "shell", path: "scripts/vagrant-provision"
|
||||
|
||||
# Networking details
|
||||
config.vm.network "private_network", ip: "172.28.128.4"
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user