Skip to content

Commit

Permalink
Fix paths for dockerfile in case of custom deployments
Browse files Browse the repository at this point in the history
  • Loading branch information
herlesupreeth committed Feb 9, 2025
1 parent 21e205f commit a155237
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion custom_deployments/slicing/sa-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ services:
default:
ipv4_address: ${NSSF_IP}
metrics:
build: ./metrics
build: ../../metrics
image: docker_metrics
container_name: metrics
env_file:
Expand Down
2 changes: 1 addition & 1 deletion custom_deployments/with_eupf/sa-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ services:
default:
ipv4_address: ${NSSF_IP}
metrics:
build: ./metrics
build: ../../metrics
image: docker_metrics
container_name: metrics
env_file:
Expand Down
10 changes: 5 additions & 5 deletions custom_deployments/with_eupf/sa-vonr-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ services:
default:
ipv4_address: ${NSSF_IP}
metrics:
build: ./metrics
build: ../../metrics
image: docker_metrics
container_name: metrics
env_file:
Expand All @@ -325,7 +325,7 @@ services:
default:
ipv4_address: ${METRICS_IP}
dns:
build: ./dns
build: ../../dns
image: docker_dns
container_name: dns
env_file:
Expand All @@ -340,7 +340,7 @@ services:
default:
ipv4_address: ${DNS_IP}
rtpengine:
build: ./rtpengine
build: ../../rtpengine
image: docker_rtpengine
container_name: rtpengine
privileged: true
Expand Down Expand Up @@ -368,7 +368,7 @@ services:
default:
ipv4_address: ${RTPENGINE_IP}
mysql:
build: ./mysql
build: ../../mysql
image: docker_mysql
container_name: mysql
env_file:
Expand All @@ -383,7 +383,7 @@ services:
default:
ipv4_address: ${MYSQL_IP}
pyhss:
build: ./pyhss
build: ../../pyhss
image: docker_pyhss
container_name: pyhss
dns: ${DNS_IP}
Expand Down

0 comments on commit a155237

Please sign in to comment.