Skip to content

Commit

Permalink
build: add es_synonyms to external volumes creation
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgarel committed Oct 24, 2024
1 parent f427a5e commit 6b799b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ DOCKER_COMPOSE_TEST=COMPOSE_PROJECT_NAME=search_test docker compose --env-file=$

create_external_volumes:
@echo "🔎 Creating external volumes (production only) …"
@for vol_name in esdata01 esdata02; \
@for vol_name in esdata01 esdata02 es_synonyms; \
do \
vol_name=${COMPOSE_PROJECT_NAME}_$$vol_name; \
echo creating docker volume $$vol_name \
Expand Down

0 comments on commit 6b799b4

Please sign in to comment.