mirror of
https://github.com/lemeow125/DRF_Template.git
synced 2025-09-18 05:29:37 +08:00
Update docker-compose.yml files
This commit is contained in:
parent
d99c82bef4
commit
78ddcbad5c
2 changed files with 3 additions and 1 deletions
|
@ -15,13 +15,14 @@ services:
|
||||||
|
|
||||||
# Cache
|
# Cache
|
||||||
redis:
|
redis:
|
||||||
|
env_file: .env
|
||||||
image: redis:latest
|
image: redis:latest
|
||||||
restart: always
|
restart: always
|
||||||
environment:
|
environment:
|
||||||
- REDIS_USERNAME=${CACHE_USERNAME}
|
- REDIS_USERNAME=${CACHE_USERNAME}
|
||||||
- REDIS_PASSWORD=${CACHE_PASSWORD}
|
- REDIS_PASSWORD=${CACHE_PASSWORD}
|
||||||
- REDIS_DISABLE_DEFAULT_USER="true"
|
- REDIS_DISABLE_DEFAULT_USER="true"
|
||||||
|
|
||||||
# Email Testing Server
|
# Email Testing Server
|
||||||
# http://localhost:8025
|
# http://localhost:8025
|
||||||
inbucket:
|
inbucket:
|
||||||
|
|
|
@ -16,6 +16,7 @@ services:
|
||||||
|
|
||||||
# Cache
|
# Cache
|
||||||
redis:
|
redis:
|
||||||
|
env_file: .env
|
||||||
image: redis:latest
|
image: redis:latest
|
||||||
restart: always
|
restart: always
|
||||||
environment:
|
environment:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue