File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,14 +12,14 @@ services:
1212 - " ${PORT_ADMIN:-19000}:19000"
1313
1414 service1 :
15- image : envoy-example -echo
15+ image : ${COMPOSE_PROJECT_NAME} -echo
1616 build :
1717 context : ../shared/echo
1818 environment :
1919 ECHO_HOSTNAME : service1
2020
2121 service2 :
22- image : envoy-example -echo
22+ image : ${COMPOSE_PROJECT_NAME} -echo
2323 build :
2424 context : ../shared/echo
2525 environment :
Original file line number Diff line number Diff line change @@ -13,14 +13,14 @@ services:
1313 - " ${PORT_ADMIN:-19000}:19000"
1414
1515 service1 :
16- image : envoy-example -echo
16+ image : ${COMPOSE_PROJECT_NAME} -echo
1717 build :
1818 context : ../shared/echo
1919 environment :
2020 ECHO_HOSTNAME : service1
2121
2222 service2 :
23- image : envoy-example -echo
23+ image : ${COMPOSE_PROJECT_NAME} -echo
2424 build :
2525 context : ../shared/echo
2626 environment :
Original file line number Diff line number Diff line change @@ -9,6 +9,6 @@ services:
99 - " ${PORT_PROXY:-10000}:10000"
1010
1111 web_service :
12- image : envoy-example -echo
12+ image : ${COMPOSE_PROJECT_NAME} -echo
1313 build :
1414 context : ../shared/echo
Original file line number Diff line number Diff line change @@ -8,6 +8,6 @@ services:
88 - " ${PORT_ADMIN:-10001}:10001"
99
1010 backend :
11- image : envoy-example -echo
11+ image : ${COMPOSE_PROJECT_NAME} -echo
1212 build :
1313 context : ../shared/echo
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ services:
1616 - " ${PORT_ADMIN:-12345}:12345"
1717
1818 service-https0 :
19- image : envoy-example -echo
19+ image : ${COMPOSE_PROJECT_NAME} -echo
2020 build :
2121 context : ../shared/echo
2222 environment :
@@ -27,7 +27,7 @@ services:
2727 ECHO_TLS_KEY : /tmp/snakeoil/tls.key
2828
2929 service-https1 :
30- image : envoy-example -echo
30+ image : ${COMPOSE_PROJECT_NAME} -echo
3131 build :
3232 context : ../shared/echo
3333 environment :
@@ -38,7 +38,7 @@ services:
3838 ECHO_TLS_KEY : /tmp/snakeoil/tls.key
3939
4040 service-http :
41- image : envoy-example -echo
41+ image : ${COMPOSE_PROJECT_NAME} -echo
4242 build :
4343 context : ../shared/echo
4444 environment :
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ services:
2525 - " ${PORT_PROXY_CLIENT:-20000}:10000"
2626
2727 service-http0 :
28- image : envoy-example -echo
28+ image : ${COMPOSE_PROJECT_NAME} -echo
2929 build :
3030 context : ../shared/echo
3131 environment :
@@ -34,7 +34,7 @@ services:
3434 ECHO_HTTP_PORT : 80
3535
3636 service-http1 :
37- image : envoy-example -echo
37+ image : ${COMPOSE_PROJECT_NAME} -echo
3838 build :
3939 context : ../shared/echo
4040 environment :
@@ -43,7 +43,7 @@ services:
4343 ECHO_HTTP_PORT : 80
4444
4545 service-https :
46- image : envoy-example -echo
46+ image : ${COMPOSE_PROJECT_NAME} -echo
4747 build :
4848 context : ../shared/echo
4949 environment :
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ services:
4545 - " ${PORT_PROXY3:-10003}:10000"
4646
4747 service-http :
48- image : envoy-example -echo
48+ image : ${COMPOSE_PROJECT_NAME} -echo
4949 build :
5050 context : ../shared/echo
5151 environment :
@@ -54,7 +54,7 @@ services:
5454 ECHO_HTTP_PORT : 80
5555
5656 service-https :
57- image : envoy-example -echo
57+ image : ${COMPOSE_PROJECT_NAME} -echo
5858 build :
5959 context : ../shared/echo
6060 environment :
Original file line number Diff line number Diff line change @@ -11,6 +11,6 @@ services:
1111 - " 8001:8001"
1212
1313 web_service :
14- image : envoy-example -echo
14+ image : ${COMPOSE_PROJECT_NAME} -echo
1515 build :
1616 context : ../shared/echo
You can’t perform that action at this time.
0 commit comments