Skip to content
This repository was archived by the owner on Aug 1, 2024. It is now read-only.

Commit 42c0663

Browse files
authored
fix: add redis as a service dependency for the course-discovery service (#1040)
The Discovery service uses redis but it is not currently listed as a service dependency in our `docker-compose.yml` file. This results in errors when adding/updating/removing data in Devstack's version of Discovery (e.g. adding a new organization).
1 parent 3fc1e0c commit 42c0663

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -336,6 +336,7 @@ services:
336336
- memcached
337337
- mysql57
338338
- opensearch12
339+
- redis
339340
# Allows attachment to the discovery service using 'docker attach <containerID>'.
340341
stdin_open: true
341342
tty: true

0 commit comments

Comments
 (0)