Add redis to docker compose depends_on

This commit is contained in:
Michael Wedl 2024-07-05 09:19:44 +02:00
parent 54f8f1bffa
commit f04c4ce67f
2 changed files with 4 additions and 2 deletions

View File

@ -66,6 +66,8 @@ services:
depends_on:
db:
condition: service_healthy
redis:
condition: service_started
volumes:

View File

@ -145,8 +145,8 @@ services:
condition: service_healthy
languagetool:
condition: service_started
# redis:
# condition: service_started
redis:
condition: service_started
# rendering-worker:
# condition: service_started
frontend: