https://github.com/asapdotid/dcc-redis
Docker Compose Redis (Bitnami Base Image)
https://github.com/asapdotid/dcc-redis
cache cache-storage docker docker-compose redis
Last synced: about 2 months ago
JSON representation
Docker Compose Redis (Bitnami Base Image)
- Host: GitHub
- URL: https://github.com/asapdotid/dcc-redis
- Owner: asapdotid
- License: mit
- Created: 2023-10-04T13:27:41.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-07T06:47:30.000Z (about 2 years ago)
- Last Synced: 2024-12-27T16:43:03.255Z (over 1 year ago)
- Topics: cache, cache-storage, docker, docker-compose, redis
- Language: Makefile
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Docker Compose Redis
Base Image: `Bitnami Redis` [Documentation](https://hub.docker.com/r/bitnami/redis)
## Prerequisite
Bitnami container running with user `1001`, so setup directory permission to `.data/cache` 👍
```bash
sudo chown -R 1001:1001 .data/cache
```
Create docker network `secure` & `proxy` for external used with other docker containers:
```bash
docker network create secure
```
and
```bash
docker network create proxy
```
## Docker Composer
Running `docker composer` using `makefile` make simple:
```bash
make help
```
Makefile set init environment `.make/.env`
```bash
make init
```
Setup Docker Compose environment `src/.env`:
```bash
make set-env
```
Docker compose `up`/`down`/`config`/`logs`/`ps`:
```bash
make up
```
## License
MIT / BSD
## Author Information
This Docker Compose Redis was created in 2023 by [Asapdotid](https://github.com/asapdotid) 🚀