mirror of
https://github.com/lemeow125/DRF_Template.git
synced 2025-09-18 05:29:37 +08:00
Update Redis entry in docker-compose.yml files
This commit is contained in:
parent
b004421ea1
commit
7b1d9d2b4c
3 changed files with 1 additions and 4 deletions
|
@ -6,6 +6,7 @@
|
||||||
A barebones Django REST Framework template for personal use in projects.
|
A barebones Django REST Framework template for personal use in projects.
|
||||||
|
|
||||||
- Pre-templated emails
|
- Pre-templated emails
|
||||||
|
- Caching via Redis
|
||||||
- Debug mode profiling (via Django Silk)
|
- Debug mode profiling (via Django Silk)
|
||||||
- A working Woodpecker CI/CD template for automated deployments (see [service_queue](https://github.com/lemeow125/Service_Queue) for more info)
|
- A working Woodpecker CI/CD template for automated deployments (see [service_queue](https://github.com/lemeow125/Service_Queue) for more info)
|
||||||
|
|
||||||
|
|
|
@ -21,9 +21,7 @@ services:
|
||||||
image: redis:latest
|
image: redis:latest
|
||||||
restart: always
|
restart: always
|
||||||
environment:
|
environment:
|
||||||
- REDIS_USERNAME=${CACHE_USERNAME}
|
|
||||||
- REDIS_PASSWORD=${CACHE_PASSWORD}
|
- REDIS_PASSWORD=${CACHE_PASSWORD}
|
||||||
- REDIS_DISABLE_DEFAULT_USER="true"
|
|
||||||
|
|
||||||
# Email Testing Server
|
# Email Testing Server
|
||||||
# http://localhost:8025
|
# http://localhost:8025
|
||||||
|
|
|
@ -22,6 +22,4 @@ services:
|
||||||
image: redis:latest
|
image: redis:latest
|
||||||
restart: always
|
restart: always
|
||||||
environment:
|
environment:
|
||||||
- REDIS_USERNAME=${CACHE_USERNAME}
|
|
||||||
- REDIS_PASSWORD=${CACHE_PASSWORD}
|
- REDIS_PASSWORD=${CACHE_PASSWORD}
|
||||||
- REDIS_DISABLE_DEFAULT_USER="true"
|
|
Loading…
Add table
Add a link
Reference in a new issue