Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a62c25d commit da242d7Copy full SHA for da242d7
BUILD
@@ -11,7 +11,7 @@ EXAMPLE_TESTS = [
11
"cors",
12
"csrf",
13
"double-proxy",
14
- # "dynamic-config-cp",
+ "dynamic-config-cp",
15
"dynamic-config-fs",
16
"ext_authz",
17
# "fault-injection",
dynamic-config-cp/docker-compose.yaml
@@ -12,14 +12,12 @@ services:
- "${PORT_ADMIN:-19000}:19000"
service1:
- image: ${COMPOSE_PROJECT_NAME}-echo
build:
context: ../shared/echo
18
environment:
19
ECHO_HOSTNAME: service1
20
21
service2:
22
23
24
25
0 commit comments