mirror of
https://github.com/Gradiant/5g-images.git
synced 2025-10-23 00:02:08 +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:
|
||||
MONGO_INITDB_DATABASE: open5gs
|
||||
amf:
|
||||
image: gradiant/open5gs:2.7.4
|
||||
image: gradiant/open5gs:2.7.5
|
||||
command:
|
||||
- open5gs-amfd
|
||||
restart : on-failure
|
||||
|
||||
ausf:
|
||||
image: gradiant/open5gs:2.7.4
|
||||
image: gradiant/open5gs:2.7.5
|
||||
command:
|
||||
- open5gs-ausfd
|
||||
restart : on-failure
|
||||
|
||||
bsf:
|
||||
image: gradiant/open5gs:2.7.4
|
||||
image: gradiant/open5gs:2.7.5
|
||||
command: open5gs-bsfd
|
||||
restart : on-failure
|
||||
|
||||
nrf:
|
||||
image: gradiant/open5gs:2.7.4
|
||||
image: gradiant/open5gs:2.7.5
|
||||
command: open5gs-nrfd
|
||||
restart : on-failure
|
||||
|
||||
nssf:
|
||||
image: gradiant/open5gs:2.7.4
|
||||
image: gradiant/open5gs:2.7.5
|
||||
command: open5gs-nssfd
|
||||
restart : on-failure
|
||||
|
||||
pcf:
|
||||
image: gradiant/open5gs:2.7.4
|
||||
image: gradiant/open5gs:2.7.5
|
||||
command:
|
||||
- open5gs-pcfd
|
||||
environment:
|
||||
@@ -40,13 +40,13 @@ services:
|
||||
restart : on-failure
|
||||
|
||||
scp:
|
||||
image: gradiant/open5gs:2.7.4
|
||||
image: gradiant/open5gs:2.7.5
|
||||
command: open5gs-scpd
|
||||
environment:
|
||||
DB_URI: mongodb://mongo/open5gs
|
||||
restart: on-failure
|
||||
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
|
||||
volumes:
|
||||
- ./config/smf.yaml:/opt/open5gs/etc/open5gs/smf.yaml
|
||||
@@ -54,13 +54,13 @@ services:
|
||||
restart : on-failure
|
||||
|
||||
udm:
|
||||
image: gradiant/open5gs:2.7.4
|
||||
image: gradiant/open5gs:2.7.5
|
||||
restart: on-failure
|
||||
command:
|
||||
- open5gs-udmd
|
||||
|
||||
udr:
|
||||
image: gradiant/open5gs:2.7.4
|
||||
image: gradiant/open5gs:2.7.5
|
||||
restart: on-failure
|
||||
environment:
|
||||
DB_URI: mongodb://mongo/open5gs
|
||||
@@ -68,7 +68,7 @@ services:
|
||||
- open5gs-udrd
|
||||
|
||||
upf:
|
||||
image: gradiant/open5gs:2.7.4
|
||||
image: gradiant/open5gs:2.7.5
|
||||
user: root
|
||||
command:
|
||||
- open5gs-upfd
|
||||
@@ -80,7 +80,7 @@ services:
|
||||
- 2152:2152
|
||||
|
||||
webui:
|
||||
image: gradiant/open5gs-webui:2.7.4
|
||||
image: gradiant/open5gs-webui:2.7.5
|
||||
restart: on-failure
|
||||
environment:
|
||||
DB_URI: mongodb://mongo/open5gs
|
||||
|
@@ -7,7 +7,7 @@ services:
|
||||
MONGO_INITDB_DATABASE: open5gs
|
||||
|
||||
amf:
|
||||
image: gradiant/open5gs:2.7.4
|
||||
image: gradiant/open5gs:2.7.5
|
||||
volumes:
|
||||
- ./config/amf.yaml:/opt/open5gs/etc/open5gs/amf.yaml
|
||||
command:
|
||||
@@ -15,24 +15,24 @@ services:
|
||||
restart: on-failure
|
||||
|
||||
ausf:
|
||||
image: gradiant/open5gs:2.7.4
|
||||
image: gradiant/open5gs:2.7.5
|
||||
command:
|
||||
- open5gs-ausfd
|
||||
restart: on-failure
|
||||
|
||||
bsf:
|
||||
image: gradiant/open5gs:2.7.4
|
||||
image: gradiant/open5gs:2.7.5
|
||||
command:
|
||||
- open5gs-bsfd
|
||||
restart: on-failure
|
||||
|
||||
nrf:
|
||||
image: gradiant/open5gs:2.7.4
|
||||
image: gradiant/open5gs:2.7.5
|
||||
command: open5gs-nrfd
|
||||
restart: on-failure
|
||||
|
||||
nssf:
|
||||
image: gradiant/open5gs:2.7.4
|
||||
image: gradiant/open5gs:2.7.5
|
||||
volumes:
|
||||
- ./config/nssf.yaml:/opt/open5gs/etc/open5gs/nssf.yaml
|
||||
command: open5gs-nssfd
|
||||
@@ -40,7 +40,7 @@ services:
|
||||
|
||||
|
||||
pcf:
|
||||
image: gradiant/open5gs:2.7.4
|
||||
image: gradiant/open5gs:2.7.5
|
||||
command:
|
||||
- open5gs-pcfd
|
||||
environment:
|
||||
@@ -48,14 +48,14 @@ services:
|
||||
restart: on-failure
|
||||
|
||||
scp:
|
||||
image: gradiant/open5gs:2.7.4
|
||||
image: gradiant/open5gs:2.7.5
|
||||
command: open5gs-scpd
|
||||
environment:
|
||||
DB_URI: mongodb://mongo/open5gs
|
||||
restart: on-failure
|
||||
|
||||
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
|
||||
volumes:
|
||||
- ./config/smf.yaml:/opt/open5gs/etc/open5gs/smf.yaml
|
||||
@@ -63,13 +63,13 @@ services:
|
||||
command: open5gs-smfd
|
||||
|
||||
udm:
|
||||
image: gradiant/open5gs:2.7.4
|
||||
image: gradiant/open5gs:2.7.5
|
||||
restart: on-failure
|
||||
command:
|
||||
- open5gs-udmd
|
||||
|
||||
udr:
|
||||
image: gradiant/open5gs:2.7.4
|
||||
image: gradiant/open5gs:2.7.5
|
||||
restart: on-failure
|
||||
environment:
|
||||
DB_URI: mongodb://mongo/open5gs
|
||||
@@ -77,7 +77,7 @@ services:
|
||||
- open5gs-udrd
|
||||
|
||||
upf:
|
||||
image: gradiant/open5gs:2.7.4
|
||||
image: gradiant/open5gs:2.7.5
|
||||
user: root
|
||||
command:
|
||||
- open5gs-upfd
|
||||
@@ -91,7 +91,7 @@ services:
|
||||
- 2152:2152
|
||||
|
||||
webui:
|
||||
image: gradiant/open5gs-webui:2.7.4
|
||||
image: gradiant/open5gs-webui:2.7.5
|
||||
restart: on-failure
|
||||
environment:
|
||||
DB_URI: mongodb://mongo/open5gs
|
||||
|
@@ -7,36 +7,36 @@ services:
|
||||
MONGO_INITDB_DATABASE: open5gs
|
||||
|
||||
amf:
|
||||
image: gradiant/open5gs:2.7.4
|
||||
image: gradiant/open5gs:2.7.5
|
||||
command:
|
||||
- open5gs-amfd
|
||||
restart: on-failure
|
||||
|
||||
ausf:
|
||||
image: gradiant/open5gs:2.7.4
|
||||
image: gradiant/open5gs:2.7.5
|
||||
command:
|
||||
- open5gs-ausfd
|
||||
restart: on-failure
|
||||
|
||||
bsf:
|
||||
image: gradiant/open5gs:2.7.4
|
||||
image: gradiant/open5gs:2.7.5
|
||||
command:
|
||||
- open5gs-bsfd
|
||||
restart: on-failure
|
||||
|
||||
nrf:
|
||||
image: gradiant/open5gs:2.7.4
|
||||
image: gradiant/open5gs:2.7.5
|
||||
command: open5gs-nrfd
|
||||
restart: on-failure
|
||||
|
||||
nssf:
|
||||
image: gradiant/open5gs:2.7.4
|
||||
image: gradiant/open5gs:2.7.5
|
||||
command: open5gs-nssfd
|
||||
restart: on-failure
|
||||
|
||||
|
||||
pcf:
|
||||
image: gradiant/open5gs:2.7.4
|
||||
image: gradiant/open5gs:2.7.5
|
||||
command:
|
||||
- open5gs-pcfd
|
||||
environment:
|
||||
@@ -44,14 +44,14 @@ services:
|
||||
restart: on-failure
|
||||
|
||||
scp:
|
||||
image: gradiant/open5gs:2.7.4
|
||||
image: gradiant/open5gs:2.7.5
|
||||
command: open5gs-scpd
|
||||
environment:
|
||||
DB_URI: mongodb://mongo/open5gs
|
||||
restart: on-failure
|
||||
|
||||
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
|
||||
volumes:
|
||||
- ./config/smf.yaml:/opt/open5gs/etc/open5gs/smf.yaml
|
||||
@@ -59,13 +59,13 @@ services:
|
||||
command: open5gs-smfd
|
||||
|
||||
udm:
|
||||
image: gradiant/open5gs:2.7.4
|
||||
image: gradiant/open5gs:2.7.5
|
||||
restart: on-failure
|
||||
command:
|
||||
- open5gs-udmd
|
||||
|
||||
udr:
|
||||
image: gradiant/open5gs:2.7.4
|
||||
image: gradiant/open5gs:2.7.5
|
||||
restart: on-failure
|
||||
environment:
|
||||
DB_URI: mongodb://mongo/open5gs
|
||||
@@ -73,7 +73,7 @@ services:
|
||||
- open5gs-udrd
|
||||
|
||||
upf:
|
||||
image: gradiant/open5gs:2.7.4
|
||||
image: gradiant/open5gs:2.7.5
|
||||
user: root
|
||||
command:
|
||||
- open5gs-upfd
|
||||
@@ -87,7 +87,7 @@ services:
|
||||
- 2152:2152
|
||||
|
||||
webui:
|
||||
image: gradiant/open5gs-webui:2.7.4
|
||||
image: gradiant/open5gs-webui:2.7.5
|
||||
restart: on-failure
|
||||
environment:
|
||||
DB_URI: mongodb://mongo/open5gs
|
||||
|
Reference in New Issue
Block a user