diff --git a/Procfile b/Procfile index e7b388f..5d945bb 100644 --- a/Procfile +++ b/Procfile @@ -1,3 +1,3 @@ -webui: gunicorn --error-logfile - --log-level info ostack_validator.webui:app +webui: gunicorn --error-logfile - --log-level info ostack_validator.webui:app --bind 0.0.0.0:8000 worker: celery worker --app=ostack_validator.celery:app diff --git a/Vagrantfile b/Vagrantfile index b249028..b545ab7 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -8,6 +8,7 @@ Vagrant::Config.run do |config| # config.vm.forward_port 80, 8080 config.vm.forward_port 5000, 5000 + config.vm.forward_port 8000, 8000 config.vm.provision :chef_solo do |chef| chef.cookbooks_path = ["vagrant/cookbooks"]