mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-04-06 00:32:12 +02:00
chore: Add Redis service to docker-compose.llm.yml
The Redis service has been added to the docker-compose.llm.yml file. This service is responsible for caching and cluster state. It extends the configuration from the docker-compose.base.yml file and uses the "redis" service defined there.
This commit is contained in:
@@ -1,4 +1,11 @@
|
||||
services:
|
||||
|
||||
# Redis for caching and cluster state
|
||||
redis:
|
||||
extends:
|
||||
file: ./docker-compose.base.yml
|
||||
service: redis
|
||||
|
||||
llm:
|
||||
extends:
|
||||
file: ./docker-compose.base.yml
|
||||
|
||||
Reference in New Issue
Block a user