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:
Simon Larsen 2024-06-28 17:42:43 +01:00
parent 8dbf724f36
commit efea6f4c11
No known key found for this signature in database
GPG Key ID: 96C5DCA24769DBCA

View File

@ -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