From 6e016d2c88d15d1424e9b561614c7c83f333c0f8 Mon Sep 17 00:00:00 2001 From: Ubuntu Date: Fri, 25 Nov 2022 19:52:58 +0000 Subject: [PATCH] mastodon logs --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Makefile b/Makefile index 458ca54..7ee4ffb 100644 --- a/Makefile +++ b/Makefile @@ -33,6 +33,8 @@ nginx-shell: $(DOCKER) exec nginx sh nginx-logs: $(DOCKER) logs -f --tail 1000 nginx +mastodon-logs: + $(DOCKER) logs -f --tail 1000 mastodon grafana-shell: $(DOCKER) exec grafana bash hedgedoc-shell: @@ -42,6 +44,9 @@ keycloak-shell: keycloak-rebuild: $(DOCKER) create keycloak $(DOCKER) restart keycloak +mastodon-es-rebuild: + $(DOCKER) create mastodon-es + $(DOCKER) restart mastodon-es mastodon-shell: $(DOCKER) exec mastodon bash mastodon-streaming-shell: