Skip to content

Commit

Permalink
fix: add caddy alias for meilisearch
Browse files Browse the repository at this point in the history
  • Loading branch information
pomegranited committed Oct 22, 2024
1 parent 0f370c8 commit 7e5f3c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tutor/templates/local/docker-compose.prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ services:
# with *.local.openedx.io hostnames.
aliases:
- "{{ LMS_HOST }}"
- "{{ MEILISEARCH_PUBLIC_URL.split('://')[1] }}"
{{ patch("local-docker-compose-caddy-aliases")|indent(10) }}
{% endif %}

Expand Down

0 comments on commit 7e5f3c9

Please sign in to comment.