Update docker-compose.yml files

This commit is contained in:
Keannu Christian Bernasol 2025-09-03 02:27:02 +08:00
parent d99c82bef4
commit 78ddcbad5c
2 changed files with 3 additions and 1 deletions

View file

@ -15,13 +15,14 @@ services:
# Cache
redis:
env_file: .env
image: redis:latest
restart: always
environment:
- REDIS_USERNAME=${CACHE_USERNAME}
- REDIS_PASSWORD=${CACHE_PASSWORD}
- REDIS_DISABLE_DEFAULT_USER="true"
# Email Testing Server
# http://localhost:8025
inbucket:

View file

@ -16,6 +16,7 @@ services:
# Cache
redis:
env_file: .env
image: redis:latest
restart: always
environment: