Use latest tag for pyHSS
This commit is contained in:
@@ -54,7 +54,7 @@ RUN curl -fsSL https://packages.redis.io/gpg | gpg --dearmor -o /usr/share/keyri
|
||||
|
||||
# Get pyhss code and install
|
||||
RUN git clone https://github.com/nickvsnetworking/pyhss && \
|
||||
cd pyhss && git checkout 44268e2757735cd798d0ee6f103fac8b582cfa94
|
||||
cd pyhss && git checkout tags/1.0.2
|
||||
RUN cd pyhss && pip3 install -r requirements.txt
|
||||
|
||||
RUN mkdir -p /pyhss/log/
|
||||
|
@@ -93,7 +93,7 @@ eir:
|
||||
simSwapNotification: False # If the IMEI for a stored IMSI/IMEI combo changes, notify the webhook endpoint
|
||||
|
||||
logging:
|
||||
level: DEBUG
|
||||
level: INFO
|
||||
logfiles:
|
||||
hss_logging_file: INSTALL_PREFIX/log/hss.log
|
||||
diameter_logging_file: INSTALL_PREFIX/log/diameter.log
|
||||
|
@@ -64,8 +64,6 @@ sed -i 's|INSTALL_PREFIX|'$INSTALL_PREFIX'|g' ./config.yaml
|
||||
# Sync docker time
|
||||
#ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
|
||||
|
||||
git apply /mnt/pyhss/database_fix.patch
|
||||
|
||||
redis-server --daemonize yes
|
||||
|
||||
cd services
|
||||
|
Reference in New Issue
Block a user