File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,15 @@ up-public: up
2626${TEMP_COMPOSE} : docker-compose.yml .env
2727 @${REPO_BASE_DIR} /scripts/docker-stack-config.bash -e .env $< > $@
2828
29+ docker-compose.yml : docker-compose.yml.j2 \
30+ .env \
31+ configs/rabbitmq.conf \
32+ configs/erlang.cookie.secret \
33+ configs/haproxy.cfg \
34+ venv \
35+ $(VENV_BIN ) /j2
36+ @$(call jinja, $< , .env, $@ )
37+
2938#
3039# Config / Secret files
3140#
@@ -42,15 +51,6 @@ configs/haproxy.cfg: configs/haproxy.cfg.j2 .env venv
4251 # generate $@
4352 @$(call jinja, $< , .env, $@ )
4453
45- docker-compose.yml : docker-compose.yml.j2 \
46- .env \
47- configs/rabbitmq.conf \
48- configs/erlang.cookie.secret \
49- configs/haproxy.cfg \
50- venv \
51- $(VENV_BIN ) /j2
52- @$(call jinja, $< , .env, $@ )
53-
5454#
5555# Deleting volumes (data)
5656#
You can’t perform that action at this time.
0 commit comments