Commit Graph

7 Commits

Author SHA1 Message Date
herlesupreeth
03e1634b61 Support deployment with third-party IMS 2023-08-06 15:27:21 +02:00
herlesupreeth
b386b992ba Fix config directory creation for icscf, pcscf, scscf 2022-11-30 09:34:23 +01:00
herlesupreeth
aa039bcd0e Use Ubuntu focal as base image for ims related components 2021-06-22 09:24:55 +02:00
herlesupreeth
cc2c596987 Do not use two methods of syncing time at the same time
Method 1:

      - /etc/timezone:/etc/timezone:ro
      - /etc/localtime:/etc/localtime:ro

Mount these inside container so that host and container time are in sync

Method 2:

Pass the TZ environment variable and run the following inside container

$ ln -snf /usr/share/zoneinfo/Europe/Berlin /etc/localtime && echo Europe/Berlin > /etc/timezone
2020-09-25 08:37:47 +02:00
herlesupreeth
27fad29530 Add alternate method to sync time inside the docker 2020-09-25 08:09:00 +02:00
herlesupreeth
0a65eac4c2 Populate IMS and EPC domains using MCC and MNC 2020-07-27 10:19:34 +02:00
herlesupreeth
473db39742 Add Docker files to build Kamailio SCSCF 2020-07-26 16:22:31 +02:00