mirror of
https://github.com/Gradiant/5g-images.git
synced 2025-10-23 08:12:12 +00:00
update tutorials to open5gs 2.7.5 (#367)
This commit is contained in:
committed by
GitHub
parent
0c93765b27
commit
0548156d73
@@ -5,34 +5,34 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
MONGO_INITDB_DATABASE: open5gs
|
MONGO_INITDB_DATABASE: open5gs
|
||||||
amf:
|
amf:
|
||||||
image: gradiant/open5gs:2.7.4
|
image: gradiant/open5gs:2.7.5
|
||||||
command:
|
command:
|
||||||
- open5gs-amfd
|
- open5gs-amfd
|
||||||
restart : on-failure
|
restart : on-failure
|
||||||
|
|
||||||
ausf:
|
ausf:
|
||||||
image: gradiant/open5gs:2.7.4
|
image: gradiant/open5gs:2.7.5
|
||||||
command:
|
command:
|
||||||
- open5gs-ausfd
|
- open5gs-ausfd
|
||||||
restart : on-failure
|
restart : on-failure
|
||||||
|
|
||||||
bsf:
|
bsf:
|
||||||
image: gradiant/open5gs:2.7.4
|
image: gradiant/open5gs:2.7.5
|
||||||
command: open5gs-bsfd
|
command: open5gs-bsfd
|
||||||
restart : on-failure
|
restart : on-failure
|
||||||
|
|
||||||
nrf:
|
nrf:
|
||||||
image: gradiant/open5gs:2.7.4
|
image: gradiant/open5gs:2.7.5
|
||||||
command: open5gs-nrfd
|
command: open5gs-nrfd
|
||||||
restart : on-failure
|
restart : on-failure
|
||||||
|
|
||||||
nssf:
|
nssf:
|
||||||
image: gradiant/open5gs:2.7.4
|
image: gradiant/open5gs:2.7.5
|
||||||
command: open5gs-nssfd
|
command: open5gs-nssfd
|
||||||
restart : on-failure
|
restart : on-failure
|
||||||
|
|
||||||
pcf:
|
pcf:
|
||||||
image: gradiant/open5gs:2.7.4
|
image: gradiant/open5gs:2.7.5
|
||||||
command:
|
command:
|
||||||
- open5gs-pcfd
|
- open5gs-pcfd
|
||||||
environment:
|
environment:
|
||||||
@@ -40,13 +40,13 @@ services:
|
|||||||
restart : on-failure
|
restart : on-failure
|
||||||
|
|
||||||
scp:
|
scp:
|
||||||
image: gradiant/open5gs:2.7.4
|
image: gradiant/open5gs:2.7.5
|
||||||
command: open5gs-scpd
|
command: open5gs-scpd
|
||||||
environment:
|
environment:
|
||||||
DB_URI: mongodb://mongo/open5gs
|
DB_URI: mongodb://mongo/open5gs
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
smf:
|
smf:
|
||||||
image: gradiant/open5gs:2.7.4
|
image: gradiant/open5gs:2.7.5
|
||||||
#It is necessary to mount the configuration file if pcfr is not deployed
|
#It is necessary to mount the configuration file if pcfr is not deployed
|
||||||
volumes:
|
volumes:
|
||||||
- ./config/smf.yaml:/opt/open5gs/etc/open5gs/smf.yaml
|
- ./config/smf.yaml:/opt/open5gs/etc/open5gs/smf.yaml
|
||||||
@@ -54,13 +54,13 @@ services:
|
|||||||
restart : on-failure
|
restart : on-failure
|
||||||
|
|
||||||
udm:
|
udm:
|
||||||
image: gradiant/open5gs:2.7.4
|
image: gradiant/open5gs:2.7.5
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
command:
|
command:
|
||||||
- open5gs-udmd
|
- open5gs-udmd
|
||||||
|
|
||||||
udr:
|
udr:
|
||||||
image: gradiant/open5gs:2.7.4
|
image: gradiant/open5gs:2.7.5
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
environment:
|
environment:
|
||||||
DB_URI: mongodb://mongo/open5gs
|
DB_URI: mongodb://mongo/open5gs
|
||||||
@@ -68,7 +68,7 @@ services:
|
|||||||
- open5gs-udrd
|
- open5gs-udrd
|
||||||
|
|
||||||
upf:
|
upf:
|
||||||
image: gradiant/open5gs:2.7.4
|
image: gradiant/open5gs:2.7.5
|
||||||
user: root
|
user: root
|
||||||
command:
|
command:
|
||||||
- open5gs-upfd
|
- open5gs-upfd
|
||||||
@@ -80,7 +80,7 @@ services:
|
|||||||
- 2152:2152
|
- 2152:2152
|
||||||
|
|
||||||
webui:
|
webui:
|
||||||
image: gradiant/open5gs-webui:2.7.4
|
image: gradiant/open5gs-webui:2.7.5
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
environment:
|
environment:
|
||||||
DB_URI: mongodb://mongo/open5gs
|
DB_URI: mongodb://mongo/open5gs
|
||||||
|
@@ -7,7 +7,7 @@ services:
|
|||||||
MONGO_INITDB_DATABASE: open5gs
|
MONGO_INITDB_DATABASE: open5gs
|
||||||
|
|
||||||
amf:
|
amf:
|
||||||
image: gradiant/open5gs:2.7.4
|
image: gradiant/open5gs:2.7.5
|
||||||
volumes:
|
volumes:
|
||||||
- ./config/amf.yaml:/opt/open5gs/etc/open5gs/amf.yaml
|
- ./config/amf.yaml:/opt/open5gs/etc/open5gs/amf.yaml
|
||||||
command:
|
command:
|
||||||
@@ -15,24 +15,24 @@ services:
|
|||||||
restart: on-failure
|
restart: on-failure
|
||||||
|
|
||||||
ausf:
|
ausf:
|
||||||
image: gradiant/open5gs:2.7.4
|
image: gradiant/open5gs:2.7.5
|
||||||
command:
|
command:
|
||||||
- open5gs-ausfd
|
- open5gs-ausfd
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
|
|
||||||
bsf:
|
bsf:
|
||||||
image: gradiant/open5gs:2.7.4
|
image: gradiant/open5gs:2.7.5
|
||||||
command:
|
command:
|
||||||
- open5gs-bsfd
|
- open5gs-bsfd
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
|
|
||||||
nrf:
|
nrf:
|
||||||
image: gradiant/open5gs:2.7.4
|
image: gradiant/open5gs:2.7.5
|
||||||
command: open5gs-nrfd
|
command: open5gs-nrfd
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
|
|
||||||
nssf:
|
nssf:
|
||||||
image: gradiant/open5gs:2.7.4
|
image: gradiant/open5gs:2.7.5
|
||||||
volumes:
|
volumes:
|
||||||
- ./config/nssf.yaml:/opt/open5gs/etc/open5gs/nssf.yaml
|
- ./config/nssf.yaml:/opt/open5gs/etc/open5gs/nssf.yaml
|
||||||
command: open5gs-nssfd
|
command: open5gs-nssfd
|
||||||
@@ -40,7 +40,7 @@ services:
|
|||||||
|
|
||||||
|
|
||||||
pcf:
|
pcf:
|
||||||
image: gradiant/open5gs:2.7.4
|
image: gradiant/open5gs:2.7.5
|
||||||
command:
|
command:
|
||||||
- open5gs-pcfd
|
- open5gs-pcfd
|
||||||
environment:
|
environment:
|
||||||
@@ -48,14 +48,14 @@ services:
|
|||||||
restart: on-failure
|
restart: on-failure
|
||||||
|
|
||||||
scp:
|
scp:
|
||||||
image: gradiant/open5gs:2.7.4
|
image: gradiant/open5gs:2.7.5
|
||||||
command: open5gs-scpd
|
command: open5gs-scpd
|
||||||
environment:
|
environment:
|
||||||
DB_URI: mongodb://mongo/open5gs
|
DB_URI: mongodb://mongo/open5gs
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
|
|
||||||
smf:
|
smf:
|
||||||
image: gradiant/open5gs:2.7.4
|
image: gradiant/open5gs:2.7.5
|
||||||
#It is necessary to mount the configuration file if pcfr is not deployed
|
#It is necessary to mount the configuration file if pcfr is not deployed
|
||||||
volumes:
|
volumes:
|
||||||
- ./config/smf.yaml:/opt/open5gs/etc/open5gs/smf.yaml
|
- ./config/smf.yaml:/opt/open5gs/etc/open5gs/smf.yaml
|
||||||
@@ -63,13 +63,13 @@ services:
|
|||||||
command: open5gs-smfd
|
command: open5gs-smfd
|
||||||
|
|
||||||
udm:
|
udm:
|
||||||
image: gradiant/open5gs:2.7.4
|
image: gradiant/open5gs:2.7.5
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
command:
|
command:
|
||||||
- open5gs-udmd
|
- open5gs-udmd
|
||||||
|
|
||||||
udr:
|
udr:
|
||||||
image: gradiant/open5gs:2.7.4
|
image: gradiant/open5gs:2.7.5
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
environment:
|
environment:
|
||||||
DB_URI: mongodb://mongo/open5gs
|
DB_URI: mongodb://mongo/open5gs
|
||||||
@@ -77,7 +77,7 @@ services:
|
|||||||
- open5gs-udrd
|
- open5gs-udrd
|
||||||
|
|
||||||
upf:
|
upf:
|
||||||
image: gradiant/open5gs:2.7.4
|
image: gradiant/open5gs:2.7.5
|
||||||
user: root
|
user: root
|
||||||
command:
|
command:
|
||||||
- open5gs-upfd
|
- open5gs-upfd
|
||||||
@@ -91,7 +91,7 @@ services:
|
|||||||
- 2152:2152
|
- 2152:2152
|
||||||
|
|
||||||
webui:
|
webui:
|
||||||
image: gradiant/open5gs-webui:2.7.4
|
image: gradiant/open5gs-webui:2.7.5
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
environment:
|
environment:
|
||||||
DB_URI: mongodb://mongo/open5gs
|
DB_URI: mongodb://mongo/open5gs
|
||||||
|
@@ -7,36 +7,36 @@ services:
|
|||||||
MONGO_INITDB_DATABASE: open5gs
|
MONGO_INITDB_DATABASE: open5gs
|
||||||
|
|
||||||
amf:
|
amf:
|
||||||
image: gradiant/open5gs:2.7.4
|
image: gradiant/open5gs:2.7.5
|
||||||
command:
|
command:
|
||||||
- open5gs-amfd
|
- open5gs-amfd
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
|
|
||||||
ausf:
|
ausf:
|
||||||
image: gradiant/open5gs:2.7.4
|
image: gradiant/open5gs:2.7.5
|
||||||
command:
|
command:
|
||||||
- open5gs-ausfd
|
- open5gs-ausfd
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
|
|
||||||
bsf:
|
bsf:
|
||||||
image: gradiant/open5gs:2.7.4
|
image: gradiant/open5gs:2.7.5
|
||||||
command:
|
command:
|
||||||
- open5gs-bsfd
|
- open5gs-bsfd
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
|
|
||||||
nrf:
|
nrf:
|
||||||
image: gradiant/open5gs:2.7.4
|
image: gradiant/open5gs:2.7.5
|
||||||
command: open5gs-nrfd
|
command: open5gs-nrfd
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
|
|
||||||
nssf:
|
nssf:
|
||||||
image: gradiant/open5gs:2.7.4
|
image: gradiant/open5gs:2.7.5
|
||||||
command: open5gs-nssfd
|
command: open5gs-nssfd
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
|
|
||||||
|
|
||||||
pcf:
|
pcf:
|
||||||
image: gradiant/open5gs:2.7.4
|
image: gradiant/open5gs:2.7.5
|
||||||
command:
|
command:
|
||||||
- open5gs-pcfd
|
- open5gs-pcfd
|
||||||
environment:
|
environment:
|
||||||
@@ -44,14 +44,14 @@ services:
|
|||||||
restart: on-failure
|
restart: on-failure
|
||||||
|
|
||||||
scp:
|
scp:
|
||||||
image: gradiant/open5gs:2.7.4
|
image: gradiant/open5gs:2.7.5
|
||||||
command: open5gs-scpd
|
command: open5gs-scpd
|
||||||
environment:
|
environment:
|
||||||
DB_URI: mongodb://mongo/open5gs
|
DB_URI: mongodb://mongo/open5gs
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
|
|
||||||
smf:
|
smf:
|
||||||
image: gradiant/open5gs:2.7.4
|
image: gradiant/open5gs:2.7.5
|
||||||
#It is necessary to mount the configuration file if pcfr is not deployed
|
#It is necessary to mount the configuration file if pcfr is not deployed
|
||||||
volumes:
|
volumes:
|
||||||
- ./config/smf.yaml:/opt/open5gs/etc/open5gs/smf.yaml
|
- ./config/smf.yaml:/opt/open5gs/etc/open5gs/smf.yaml
|
||||||
@@ -59,13 +59,13 @@ services:
|
|||||||
command: open5gs-smfd
|
command: open5gs-smfd
|
||||||
|
|
||||||
udm:
|
udm:
|
||||||
image: gradiant/open5gs:2.7.4
|
image: gradiant/open5gs:2.7.5
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
command:
|
command:
|
||||||
- open5gs-udmd
|
- open5gs-udmd
|
||||||
|
|
||||||
udr:
|
udr:
|
||||||
image: gradiant/open5gs:2.7.4
|
image: gradiant/open5gs:2.7.5
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
environment:
|
environment:
|
||||||
DB_URI: mongodb://mongo/open5gs
|
DB_URI: mongodb://mongo/open5gs
|
||||||
@@ -73,7 +73,7 @@ services:
|
|||||||
- open5gs-udrd
|
- open5gs-udrd
|
||||||
|
|
||||||
upf:
|
upf:
|
||||||
image: gradiant/open5gs:2.7.4
|
image: gradiant/open5gs:2.7.5
|
||||||
user: root
|
user: root
|
||||||
command:
|
command:
|
||||||
- open5gs-upfd
|
- open5gs-upfd
|
||||||
@@ -87,7 +87,7 @@ services:
|
|||||||
- 2152:2152
|
- 2152:2152
|
||||||
|
|
||||||
webui:
|
webui:
|
||||||
image: gradiant/open5gs-webui:2.7.4
|
image: gradiant/open5gs-webui:2.7.5
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
environment:
|
environment:
|
||||||
DB_URI: mongodb://mongo/open5gs
|
DB_URI: mongodb://mongo/open5gs
|
||||||
|
Reference in New Issue
Block a user