Skip to content

Commit

Permalink
Merge pull request #137 from ming-hsien/fix/ylclyaml
Browse files Browse the repository at this point in the history
fix: ulcl lost cert error
  • Loading branch information
abousselmi authored Oct 23, 2024
2 parents 2be6777 + 6782b6a commit 7d6deb6
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docker-compose-ulcl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ services:
- "8000"
volumes:
- ./config/nrfcfg.yaml:/free5gc/config/nrfcfg.yaml
- ./cert:/free5gc/cert
environment:
DB_URI: mongodb://db/free5gc
GIN_MODE: release
Expand All @@ -68,6 +69,7 @@ services:
- "8000"
volumes:
- ./config/amfcfg.yaml:/free5gc/config/amfcfg.yaml
- ./cert:/free5gc/cert
environment:
GIN_MODE: release
networks:
Expand All @@ -85,6 +87,7 @@ services:
- "8000"
volumes:
- ./config/ausfcfg.yaml:/free5gc/config/ausfcfg.yaml
- ./cert:/free5gc/cert
environment:
GIN_MODE: release
networks:
Expand All @@ -102,6 +105,7 @@ services:
- "8000"
volumes:
- ./config/nssfcfg.yaml:/free5gc/config/nssfcfg.yaml
- ./cert:/free5gc/cert
environment:
GIN_MODE: release
networks:
Expand All @@ -119,6 +123,7 @@ services:
- "8000"
volumes:
- ./config/pcfcfg.yaml:/free5gc/config/pcfcfg.yaml
- ./cert:/free5gc/cert
environment:
GIN_MODE: release
networks:
Expand All @@ -137,6 +142,7 @@ services:
volumes:
- ./config/ULCL/smfcfg.yaml:/free5gc/config/smfcfg.yaml
- ./config/ULCL/uerouting.yaml:/free5gc/config/uerouting.yaml
- ./cert:/free5gc/cert
environment:
GIN_MODE: release
networks:
Expand All @@ -156,6 +162,7 @@ services:
- "8000"
volumes:
- ./config/udmcfg.yaml:/free5gc/config/udmcfg.yaml
- ./cert:/free5gc/cert
environment:
GIN_MODE: release
networks:
Expand All @@ -174,6 +181,7 @@ services:
- "8000"
volumes:
- ./config/udrcfg.yaml:/free5gc/config/udrcfg.yaml
- ./cert:/free5gc/cert
environment:
DB_URI: mongodb://db/free5gc
GIN_MODE: release
Expand All @@ -193,6 +201,7 @@ services:
- "8000"
volumes:
- ./config/chfcfg.yaml:/free5gc/config/chfcfg.yaml
- ./cert:/free5gc/cert
environment:
DB_URI: mongodb://db/free5gc
GIN_MODE: release
Expand Down

0 comments on commit 7d6deb6

Please sign in to comment.