Skip to content

Commit c2499cb

Browse files
authored
Add docker-compose extra flags param in Makefile (#446)
* Add docker-compose extra flags param * rename to avoid confusion
1 parent 7bfb1a2 commit c2499cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ postgres:
7373
$(POSTGRES_EXTRA_PATH)
7474

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

7878
deploy: docker-compose.yml
7979
$(DOCKER_COMPOSE_ENV) docker stack deploy -c $< $(STACK)

0 commit comments

Comments
 (0)