Loading docker-compose.yml +4 −2 Original line number Diff line number Diff line Loading @@ -17,8 +17,10 @@ services: - AUTH_CLIENT=canvas - AUTH_SECRET=${AUTH_SECRET} depends_on: - redis - postgres redis: condition: service_healthy postgres: condition: service_healthy redis: restart: always image: redis:7-alpine Loading Loading
docker-compose.yml +4 −2 Original line number Diff line number Diff line Loading @@ -17,8 +17,10 @@ services: - AUTH_CLIENT=canvas - AUTH_SECRET=${AUTH_SECRET} depends_on: - redis - postgres redis: condition: service_healthy postgres: condition: service_healthy redis: restart: always image: redis:7-alpine Loading