{% if RUN_PRINT_COURSE_CERTIFICATE %}
print-course-certificates:
  {{ patch("print-course-certificates-base-docker-compose-services")|indent(2) }}
    OPENEDX_LMS_URL: "{% if ENABLE_HTTPS %}https{% else %}http{% endif %}://{{ LMS_HOST }}:8000"
{% endif %}
