|
|
@ -33,6 +33,8 @@ nginx-shell: |
|
|
|
$(DOCKER) exec nginx sh
|
|
|
|
$(DOCKER) exec nginx sh
|
|
|
|
nginx-logs: |
|
|
|
nginx-logs: |
|
|
|
$(DOCKER) logs -f --tail 1000 nginx
|
|
|
|
$(DOCKER) logs -f --tail 1000 nginx
|
|
|
|
|
|
|
|
mastodon-logs: |
|
|
|
|
|
|
|
$(DOCKER) logs -f --tail 1000 mastodon
|
|
|
|
grafana-shell: |
|
|
|
grafana-shell: |
|
|
|
$(DOCKER) exec grafana bash
|
|
|
|
$(DOCKER) exec grafana bash
|
|
|
|
hedgedoc-shell: |
|
|
|
hedgedoc-shell: |
|
|
@ -42,6 +44,9 @@ keycloak-shell: |
|
|
|
keycloak-rebuild: |
|
|
|
keycloak-rebuild: |
|
|
|
$(DOCKER) create keycloak
|
|
|
|
$(DOCKER) create keycloak
|
|
|
|
$(DOCKER) restart keycloak
|
|
|
|
$(DOCKER) restart keycloak
|
|
|
|
|
|
|
|
mastodon-es-rebuild: |
|
|
|
|
|
|
|
$(DOCKER) create mastodon-es
|
|
|
|
|
|
|
|
$(DOCKER) restart mastodon-es
|
|
|
|
mastodon-shell: |
|
|
|
mastodon-shell: |
|
|
|
$(DOCKER) exec mastodon bash
|
|
|
|
$(DOCKER) exec mastodon bash
|
|
|
|
mastodon-streaming-shell: |
|
|
|
mastodon-streaming-shell: |
|
|
|