You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+44-1
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ mvn clean install
40
40
Only, if you want to check manually, you can do a `docker-compose up -d` and open your Browser with [http:localhost:8080/swagger-ui.html] and fire up a GET-Request to /secretservers with Swagger :)
41
41
42
42
43
-
# Integrationtesting
43
+
# Integrationtesting with [docker-compose-rule](https://github.com/palantir/docker-compose-rule)
44
44
45
45
As client-bob only has access to the DNS aliases `server-alice` and `server-tom`, if it itself is part of the Docker (Compose) network and these aliases are used to access both client certificate secured endpoints, we need another way to run an Integration test inside the Docker network scope.
46
46
@@ -68,6 +68,49 @@ docker-compose-rule needs a special Maven repository to be added in `docker-netw
68
68
</repositories>
69
69
```
70
70
71
+
And the code you need, to fire up all Docker Compose services / Docker Containers is really simple:
0 commit comments