Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Gerrit Alexander Simon Evers
Verteilte Systeme Projekt
Commits
b1593e3e
Commit
b1593e3e
authored
Feb 02, 2021
by
Andre Blanke
Browse files
Forward port 8080 of the host to port 80 of the frontend guest machine
parent
2725ce0c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Vagrantfile
View file @
b1593e3e
...
...
@@ -18,6 +18,7 @@ Vagrant.configure("2") do |config|
frontend_name
=
"frontend"
config
.
vm
.
define
frontend_name
do
|
frontend
|
frontend
.
vm
.
hostname
=
frontend_name
frontend
.
vm
.
network
:forwarded_port
,
guest:
80
,
host:
8080
frontend
.
vm
.
network
:private_network
,
ip:
"192.168.10.10"
frontend
.
vm
.
provision
:ansible_local
do
|
ansible
|
ansible
.
playbook
=
"ansible/frontend.yml"
...
...
shortener/src/main/frontend/src/app/shortener-form.component.ts
0 → 100644
View file @
b1593e3e
import
{
Component
}
from
"
@angular/core
"
;
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment