mastodon logs

single-dockerfile
Ubuntu 1 year ago
parent 70826bccad
commit 6e016d2c88
  1. 5
      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:

Loading…
Cancel
Save