Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions packages/redis/_dev/deploy/docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
ARG REDIS_VERSION
FROM redis:${REDIS_VERSION}-alpine
HEALTHCHECK --interval=1s --retries=90 CMD nc -z localhost 6379
11 changes: 11 additions & 0 deletions packages/redis/_dev/deploy/docker/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
version: '2.3'
services:
redis:
image: docker.elastic.co/integrations-ci/beats-redis:${REDIS_VERSION:-3.2.12}-1
build:
context: .
args:
REDIS_VERSION: ${REDIS_VERSION:-3.2.12}
privileged: true
ports:
- 6379
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
vars:
hosts: ["http://{{Hostname}}:{{Port}}"]
data_stream:
vars: ~