Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mojtaba-arvin/redis
Simple Redis service
https://github.com/mojtaba-arvin/redis
docker-compose redis redis-alpine redis-client redis-docker redis-docker-compose redis-password redis-server redis-service
Last synced: about 2 months ago
JSON representation
Simple Redis service
- Host: GitHub
- URL: https://github.com/mojtaba-arvin/redis
- Owner: mojtaba-arvin
- License: mit
- Created: 2021-03-13T10:03:41.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-13T19:27:31.000Z (almost 4 years ago)
- Last Synced: 2024-05-05T05:32:00.996Z (8 months ago)
- Topics: docker-compose, redis, redis-alpine, redis-client, redis-docker, redis-docker-compose, redis-password, redis-server, redis-service
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Simple Redis Service
![redis up](https://user-images.githubusercontent.com/6056661/111041810-5e0b1700-844f-11eb-826e-75fc823bb8c3.png)
### Setup password
to set `Redis` password ,just put password value at
`.docker-compose/` directory as `.redis_pass_file` file, or use the sample:
```
cp .docker-compose/.redis_pass_file.local .docker-compose/.redis_pass_file
```### Clients
Clients on the same machine, can join this service by define an external network,
for example when the client network name is `sample-network` it should define as:```
networks:
sample-network:
external:
name: redis_redis-network
```The `external` network name, has two part, which are separated by an underline, `redis` is name of the repository, and `redis-network` is the network name of this repository