Skip to content

Commit

Permalink
Add docker-compose extra flags param in Makefile (#446)
Browse files Browse the repository at this point in the history
* Add docker-compose extra flags param

* rename to avoid confusion
  • Loading branch information
brokad authored Nov 1, 2022
1 parent 7bfb1a2 commit c2499cb
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 @@ -73,7 +73,7 @@ postgres:
$(POSTGRES_EXTRA_PATH)

docker-compose.rendered.yml: docker-compose.yml docker-compose.dev.yml
$(DOCKER_COMPOSE_ENV) $(DOCKER_COMPOSE) $(DOCKER_COMPOSE_FILES) -p $(STACK) config > $@
$(DOCKER_COMPOSE_ENV) $(DOCKER_COMPOSE) $(DOCKER_COMPOSE_FILES) $(DOCKER_COMPOSE_CONFIG_FLAGS) -p $(STACK) config > $@

deploy: docker-compose.yml
$(DOCKER_COMPOSE_ENV) docker stack deploy -c $< $(STACK)
Expand Down

0 comments on commit c2499cb

Please sign in to comment.