From 5c31ef8de676a1dadf640ca3b3a594cfe1bf677f Mon Sep 17 00:00:00 2001 From: Trammell Hudson Date: Sat, 3 Dec 2022 16:19:09 +0000 Subject: [PATCH] makefile: add rund and some other log things --- Makefile | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f63ea4d..00d6eba 100644 --- a/Makefile +++ b/Makefile @@ -28,6 +28,10 @@ DOCKER = \ run: $(DOCKER) up +rund: + $(DOCKER) up -d +stop: + $(DOCKER) stop down: $(DOCKER) down nginx-shell: @@ -35,7 +39,7 @@ nginx-shell: nginx-logs: $(DOCKER) logs -f --tail 1000 nginx mastodon-logs: - $(DOCKER) logs -f --tail 1000 mastodon + $(DOCKER) logs -f --tail 1000 mastodon mastodon-sidekiq grafana-shell: $(DOCKER) exec grafana bash hedgedoc-shell: @@ -48,6 +52,8 @@ keycloak-rebuild: mastodon-es-rebuild: $(DOCKER) create mastodon-es $(DOCKER) restart mastodon-es +mastodon-restart: + $(DOCKER) restart mastodon mastodon-shell: $(DOCKER) exec mastodon bash mastodon-streaming-shell: @@ -58,6 +64,8 @@ nextcloud-shell: $(DOCKER) exec nextcloud bash matrix-logs: $(DOCKER) logs --tail 100 -f matrix-synapse +mastodon-sidekiq-logs: + $(DOCKER) logs --tail 100 -f mastodon-sidekiq nextcloud-logs: $(DOCKER) logs -f nextcloud nginx-build: secrets/nginx