Move the internal deployment explanation from README.md to docs/deployments/internal.md

This commit is contained in:
Borjis131
2023-07-05 18:00:15 +02:00
parent 11ba8612db
commit acec62a836
2 changed files with 10 additions and 11 deletions

View File

@@ -1,6 +1,6 @@
# Open5GS 5G Core in Docker
Open5GS 5G Core Network Functions images ready for Docker.
[Open5GS](https://github.com/open5gs/open5gs) 5G Core Network Functions images ready for Docker.
This repository contains the Dockerfiles and docker compose files used to deploy a configurable 5G Core.
@@ -65,16 +65,6 @@ The `basic` deployment is prepared to work with external gNBs, exposing:
It also exposes the MongoDB database using `TCP port 27017`.
## Overview of the internal deployment
![Overview of the internal deployment](misc/diagrams/internal.png)
The `internal` deployment is prepared to work with internal gNBs (and UEs), only exposing the MongoDB database using `TCP port 27017`.
The `internal` deployment works with UERANSIM using the gNB and UE images from [docker-ueransim](https://github.com/Borjis131/docker-ueransim).
See [docs/configuration](docs/configuration.md) for more information.
### Repository contents
- `compose-files/` directory contains different docker compose deployments.

View File

@@ -0,0 +1,9 @@
# Overview of the internal deployment
![Overview of the internal deployment](../../misc/diagrams/internal.png)
The `internal` deployment is prepared to work with internal gNBs (and UEs), only exposing the MongoDB database using `TCP port 27017`.
The `internal` deployment works with [UERANSIM](https://github.com/aligungr/UERANSIM) using the gNB and UE images from [docker-ueransim](https://github.com/Borjis131/docker-ueransim).
This deployment connects a UERANSIM UE to a UERANSIM gNB to the Open5GS 5G Core.