diff options
author | Valery Piashchynski <[email protected]> | 2021-07-23 15:51:54 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2021-07-23 15:51:54 +0300 |
commit | e88dfd5cd10662f0ad68e69f9d9de2f66ddf26d0 (patch) | |
tree | 0f5c18d6c1205d7499523a35740f4054a9aa9904 /tests/env | |
parent | 9079cc51599d6e21ac59e34573f7bbf2e2e87b9e (diff) |
Add AMQP initial durability test
Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to 'tests/env')
-rw-r--r-- | tests/env/docker-compose.yaml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/env/docker-compose.yaml b/tests/env/docker-compose.yaml index 67a927c4..2573fe7a 100644 --- a/tests/env/docker-compose.yaml +++ b/tests/env/docker-compose.yaml @@ -14,6 +14,13 @@ services: ports: - "6378:6379" + toxicproxy: + image: shopify/toxiproxy +# ports: +# - "8474:8474" +# - "5673:5673" + network_mode: "host" + beanstalk: build: context: . |