Add SCP to deployment
This commit is contained in:
@@ -8,3 +8,9 @@ nrf:
|
||||
addr:
|
||||
- NRF_IP
|
||||
port: 7777
|
||||
|
||||
scp:
|
||||
sbi:
|
||||
addr:
|
||||
- SCP_IP
|
||||
port: 7777
|
||||
|
@@ -28,6 +28,7 @@
|
||||
|
||||
cp /mnt/nrf/nrf.yaml install/etc/open5gs
|
||||
sed -i 's|NRF_IP|'$NRF_IP'|g' install/etc/open5gs/nrf.yaml
|
||||
sed -i 's|SCP_IP|'$SCP_IP'|g' install/etc/open5gs/nrf.yaml
|
||||
|
||||
# Sync docker time
|
||||
#ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
|
||||
|
Reference in New Issue
Block a user