File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
lambda-mounting-and-debugging/javascript
sample-archive/spring-cloud-function-microservice Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ version: "3.8"
22
33services :
44 localstack :
5- container_name : " ${LOCALSTACK_DOCKER_NAME-localstack_main }"
5+ container_name : " ${LOCALSTACK_DOCKER_NAME-localstack-main }"
66 image : localstack/localstack-pro
77 ports :
88 - " 127.0.0.1:4510-4559:4510-4559" # external service port range
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ version: "3.8"
22
33services :
44 localstack :
5- container_name : " ${LOCALSTACK_DOCKER_NAME-localstack_main }"
5+ container_name : " ${LOCALSTACK_DOCKER_NAME-localstack-main }"
66 image : localstack/localstack-pro:latest
77 ports :
88 - " 127.0.0.1:4566:4566" # LocalStack Gateway
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ version: "3.8"
22
33services :
44 localstack :
5- container_name : " ${LOCALSTACK_DOCKER_NAME-localstack_main }"
5+ container_name : " ${LOCALSTACK_DOCKER_NAME-localstack-main }"
66 image : localstack/localstack-pro:2.1.0
77 networks :
88 sweet_mahavira :
Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ awslocal route53 change-resource-record-sets --hosted-zone-id ${HOSTED_ZONE_ID#/
7575]}'
7676
7777# Get the IP address of the LocalStack container on the Docker bridge
78- LOCALSTACK_DNS_SERVER=$( docker inspect localstack_main | jq -r ' .[0].NetworkSettings.Networks."route53-dns-failover_sweet_mahavira".IPAddress' )
78+ LOCALSTACK_DNS_SERVER=$( docker inspect localstack-main | jq -r ' .[0].NetworkSettings.Networks."route53-dns-failover_sweet_mahavira".IPAddress' )
7979LOCALSTACK_DNS_SERVER=localhost
8080
8181# This IP address is used to query the LocalStack DNS server
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ version: "3.8"
1818
1919services :
2020 localstack :
21- container_name : " ${LOCALSTACK_DOCKER_NAME-localstack_main }"
21+ container_name : " ${LOCALSTACK_DOCKER_NAME-localstack-main }"
2222 image : localstack/localstack-pro
2323 network_mode : bridge
2424 ports :
You can’t perform that action at this time.
0 commit comments