mirror of
https://github.com/Viren070/docker-compose-template.git
synced 2025-12-01 23:17:00 +01:00
fix: update MongoDB and Redis URLs in mediafusion configuration and correct command for secret key
This commit is contained in:
@@ -19,7 +19,7 @@ MEDIAFUSION_HOSTNAME=
|
||||
# ========================================================
|
||||
HOST_URL=https://${MEDIAFUSION_HOSTNAME}
|
||||
POSTER_HOST_URL=https://${MEDIAFUSION_HOSTNAME}
|
||||
# # openssl rand -hex 32
|
||||
# # openssl rand -hex 16
|
||||
SECRET_KEY=
|
||||
# random password for API
|
||||
API_PASSWORD=
|
||||
@@ -28,8 +28,8 @@ METADATA_PRIMARY_SOURCE=tmdb
|
||||
# ========================================================
|
||||
# DATABASE AND CACHE SETTINGS
|
||||
# ========================================================
|
||||
MONGO_URI=mongodb://mongodb:27017/mediafusion
|
||||
REDIS_URL=redis://redis:6379
|
||||
MONGO_URI=mongodb://mediafusion_mongodb:27017/mediafusion
|
||||
REDIS_URL=redis://mediafusion_redis:6379
|
||||
|
||||
# ========================================================
|
||||
# EXTERNAL SERVICE SETTINGS
|
||||
|
||||
Reference in New Issue
Block a user