Skip to content
This repository has been archived by the owner on Jun 2, 2023. It is now read-only.

Commit

Permalink
Update Dockerfile and docker-compose.yml (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
Smolevich authored and omnilight committed Jan 19, 2020
1 parent ba82673 commit 8432ed7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
2 changes: 0 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ ENV SENTINEL_QUORUM 2
ENV SENTINEL_DOWN_AFTER 1000
ENV SENTINEL_FAILOVER 1000

RUN mkdir -p /redis

WORKDIR /redis

COPY sentinel.conf .
Expand Down
6 changes: 0 additions & 6 deletions docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,25 +17,19 @@ services:
build:
context: ./
image: lamoda/redis-sentinel:latest
links:
- redis-master
ports:
- "26379"

redis-sentinel2:
image: lamoda/redis-sentinel:latest
depends_on:
- redis-sentinel
links:
- redis-master
ports:
- "26379"

redis-sentinel3:
image: lamoda/redis-sentinel:latest
depends_on:
- redis-sentinel
links:
- redis-master
ports:
- "26379"

0 comments on commit 8432ed7

Please sign in to comment.