mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2026-02-10 17:16:22 +01:00
Postgres
Added lines to try and get posrgresql installed for testing. Changed the required version of django back to 1.6.5 because 1.7.0 should not be in production.
This commit is contained in:
7
vagrant/Vagrantfile
vendored
7
vagrant/Vagrantfile
vendored
@@ -16,7 +16,12 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
|
||||
# CD to install its guest extension from.
|
||||
|
||||
# Create a forwarded port mapping which allows access to a specific port
|
||||
# within the machine from a port on the host machine.
|
||||
# within the machine from a port on the host machine.
|
||||
config.vm.provider "virtualbox" do |v|
|
||||
v.memory = 1024
|
||||
v.cpus = 2
|
||||
end
|
||||
|
||||
config.vm.network :forwarded_port, guest: 3306, host: 3306
|
||||
config.vm.network :forwarded_port, guest: 9090, host: 9090
|
||||
config.vm.network :forwarded_port, guest: 8000, host: 8000
|
||||
|
||||
Reference in New Issue
Block a user