diff options
Diffstat (limited to 'tests/env/docker-compose.yaml')
-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: . |