-
Notifications
You must be signed in to change notification settings - Fork 0
Container tutorial
Lucas Baleeiro Dominato edited this page Jan 20, 2023
·
6 revisions
- Edit configuration file and make the following procedures. For more details see the page configuration.
- Configure http with the HTTP IP address and its port. You will need to use HTTP server and its API REST for configuration of AMFs. For example:
http:
ip: "127.0.0.1"
port: 8080
- Configure sctp with the Reverse Proxy IP address and its port. You will need to use these information to connect with your GNB/N3wIF. For example:
sctp:
ip: "127.0.0.1"
port: 9488

- Build the images of my5G Reverse Proxy
$ docker-compose build
- Make sure you have set up core-network already since we will reuse docker network
$ docker-compose -f docker/docker-compose.yaml up -d