summaryrefslogtreecommitdiff
path: root/tests/docker-compose.yaml
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2021-01-07 01:06:50 +0300
committerValery Piashchynski <[email protected]>2021-01-07 01:06:50 +0300
commitc1465d3bcdf24a78440300aa51e7cfc92ce874a8 (patch)
tree6e0f5107eba90df73724b6611ca6adfa148d2a3f /tests/docker-compose.yaml
parentc9f670ee734355cbc5d504186946b7db67cf62b5 (diff)
KV, updated, bug fixed, with intergration tests via plugins
Diffstat (limited to 'tests/docker-compose.yaml')
-rw-r--r--tests/docker-compose.yaml7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/docker-compose.yaml b/tests/docker-compose.yaml
new file mode 100644
index 00000000..fd1a48bf
--- /dev/null
+++ b/tests/docker-compose.yaml
@@ -0,0 +1,7 @@
+version: '3'
+
+services:
+ memcached:
+ image: memcached:latest
+ ports:
+ - "0.0.0.0:11211:11211" \ No newline at end of file