diff --git a/app/views/install/compose.phtml b/app/views/install/compose.phtml
index 9da6d6fe57..c29c324452 100644
--- a/app/views/install/compose.phtml
+++ b/app/views/install/compose.phtml
@@ -365,6 +365,10 @@ services:
- _APP_INFLUXDB_HOST
- _APP_INFLUXDB_PORT
- _APP_USAGE_AGGREGATION_INTERVAL
+ - _APP_REDIS_HOST
+ - _APP_REDIS_PORT
+ - _APP_REDIS_USER
+ - _APP_REDIS_PASS
appwrite-schedule:
image: /:
diff --git a/docker-compose.yml b/docker-compose.yml
index 1ac7e1b0b0..a2ebc6575e 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -437,6 +437,10 @@ services:
- _APP_INFLUXDB_HOST
- _APP_INFLUXDB_PORT
- _APP_USAGE_SYNC_INTERVAL
+ - _APP_REDIS_HOST
+ - _APP_REDIS_PORT
+ - _APP_REDIS_USER
+ - _APP_REDIS_PASS
appwrite-schedule:
entrypoint: schedule