|
|
|
@ -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 |
|
|
|
|