diff options
author | Valery Piashchynski <[email protected]> | 2021-09-16 21:46:50 +0300 |
---|---|---|
committer | GitHub <[email protected]> | 2021-09-16 21:46:50 +0300 |
commit | 3581b45f237a3f7aa29591ceb2bf6f4a4642a2f5 (patch) | |
tree | e723b19ec1ac16b7ccc7b3c2da69d4a416d63d81 /tests/env/docker-compose.yaml | |
parent | 337d292dd2d6ff0a555098b1970d8194d8df8bc2 (diff) | |
parent | 823d831b57b75f70c7c3bbbee355f2016633bb3b (diff) |
[#803]: feat(plugins): move plugins to a separate repositoryv2.5.0-alpha.2
[#803]: feat(plugins): move plugins to a separate repository
Diffstat (limited to 'tests/env/docker-compose.yaml')
-rw-r--r-- | tests/env/docker-compose.yaml | 44 |
1 files changed, 0 insertions, 44 deletions
diff --git a/tests/env/docker-compose.yaml b/tests/env/docker-compose.yaml deleted file mode 100644 index 8ef2a99b..00000000 --- a/tests/env/docker-compose.yaml +++ /dev/null @@ -1,44 +0,0 @@ -version: "3" - -services: - memcached: - image: memcached:latest - ports: - - "127.0.0.1:11211:11211" - redis: - image: redis:6 - ports: - - "127.0.0.1:6379:6379" - redis2: - image: redis:6 - ports: - - "127.0.0.1:6378:6379" - - toxicproxy: - image: ghcr.io/shopify/toxiproxy:latest - network_mode: host - - beanstalk: - build: - context: . - dockerfile: Dockerfile-beanstalkd.yaml - ports: - - "127.0.0.1:11300:11300" - - sqs: - build: - context: . - dockerfile: Dockerfile-elastic-mq.yaml - ports: - - "127.0.0.1:9324:9324" - - rabbitmq: - image: rabbitmq:3-management - ports: - - "127.0.0.1:15672:15672" - - "127.0.0.1:5672:5672" - - prometheus: - image: prom/prometheus - ports: - - "9090:9090"
\ No newline at end of file |