aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile.prod
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2025-09-06 11:25:01 +0900
committernsfisis <nsfisis@gmail.com>2025-09-06 11:25:01 +0900
commit49adb935fae8253dd947930d16615a9cbd1ff883 (patch)
treeed29e863bcbb21e0cb3f5bf6427bcb2d4133e23d /Makefile.prod
parent8373cfeead87b29e9be9a4d1d48f497c56260b21 (diff)
downloadiosdc-japan-2025-albatross-49adb935fae8253dd947930d16615a9cbd1ff883.tar.gz
iosdc-japan-2025-albatross-49adb935fae8253dd947930d16615a9cbd1ff883.tar.zst
iosdc-japan-2025-albatross-49adb935fae8253dd947930d16615a9cbd1ff883.zip
fix(ops): fix Makefile.prod
Diffstat (limited to 'Makefile.prod')
-rw-r--r--Makefile.prod4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.prod b/Makefile.prod
index fd4046b..61fcf53 100644
--- a/Makefile.prod
+++ b/Makefile.prod
@@ -16,7 +16,7 @@ up:
.PHONY: down
down:
- ${DOCKER_COMPOSE} down
+ ${DOCKER_COMPOSE} down --remove-orphans
.PHONY: logs
logs:
@@ -45,7 +45,7 @@ sqldef-dryrun: down
.PHONY: asynq
asynq:
${DOCKER_COMPOSE} up --wait db
- ${DOCKER_COMPOSE} run tools go run github.com/hibiken/asynq/tools/asynq dash
+ ${DOCKER_COMPOSE} run tools go run github.com/hibiken/asynq/tools/asynq --uri task-db:6379 dash
.PHONY: sqldef
sqldef: down