Removed unnecessary files
parent
156301b31a
commit
b5b4f96d6c
@ -1 +0,0 @@
|
||||
Subproject commit 7a88117612661f62a1e8bf674e4e80b257cac4ed
|
||||
@ -1 +0,0 @@
|
||||
Subproject commit 9b4eac4498df4ba4de968d3658b80c3145d81203
|
||||
@ -1 +0,0 @@
|
||||
Subproject commit 98789765006cf642fe74a43bf94679b20d1f913f
|
||||
@ -1 +0,0 @@
|
||||
Subproject commit 8043ec74cd52d0a0caecd055a78fe65ef89e5e31
|
||||
@ -1 +0,0 @@
|
||||
Subproject commit 76deace0cccaf2b924c23cf62c07772278e17e5c
|
||||
@ -1 +0,0 @@
|
||||
Subproject commit 8f024696c5fbc18f3d31bc8b7ef06c3a95981472
|
||||
@ -1 +0,0 @@
|
||||
Subproject commit 79562de085b1f80f1577489c14cea8652af4ed87
|
||||
@ -1,11 +0,0 @@
|
||||
FROM redis:4.0.2-alpine
|
||||
|
||||
RUN apk add --update curl && \
|
||||
rm -rf /var/cache/apk/*
|
||||
|
||||
COPY redis.conf /usr/local/etc/redis/redis.conf
|
||||
|
||||
CMD [ "redis-server", "/usr/local/etc/redis/redis.conf" ]
|
||||
|
||||
HEALTHCHECK --interval=5s --timeout=30s --retries=50 \
|
||||
CMD curl -f localhost:6379 || exit 1
|
||||
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue