Use latest tag for pyHSS

This commit is contained in:
herlesupreeth
2024-08-11 17:40:55 +02:00
parent 3cc94c912d
commit 019496f103
3 changed files with 2 additions and 4 deletions

View File

@@ -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/

View File

@@ -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

View File

@@ -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