|
|
@ -36,6 +36,9 @@ hedgedoc-shell: |
|
|
|
$(DOCKER) exec hedgedoc sh
|
|
|
|
$(DOCKER) exec hedgedoc sh
|
|
|
|
keycloak-shell: |
|
|
|
keycloak-shell: |
|
|
|
$(DOCKER) exec keycloak sh
|
|
|
|
$(DOCKER) exec keycloak sh
|
|
|
|
|
|
|
|
keycloak-rebuild: |
|
|
|
|
|
|
|
$(DOCKER) create keycloak
|
|
|
|
|
|
|
|
$(DOCKER) restart keycloak
|
|
|
|
mastodon-shell: |
|
|
|
mastodon-shell: |
|
|
|
$(DOCKER) exec mastodon bash
|
|
|
|
$(DOCKER) exec mastodon bash
|
|
|
|
mastodon-streaming-shell: |
|
|
|
mastodon-streaming-shell: |
|
|
@ -45,7 +48,7 @@ matrix-shell: |
|
|
|
nextcloud-shell: |
|
|
|
nextcloud-shell: |
|
|
|
$(DOCKER) exec nextcloud bash
|
|
|
|
$(DOCKER) exec nextcloud bash
|
|
|
|
matrix-logs: |
|
|
|
matrix-logs: |
|
|
|
$(DOCKER) logs -f matrix-synapse
|
|
|
|
$(DOCKER) logs --tail 100 -f matrix-synapse
|
|
|
|
nextcloud-logs: |
|
|
|
nextcloud-logs: |
|
|
|
$(DOCKER) logs -f nextcloud
|
|
|
|
$(DOCKER) logs -f nextcloud
|
|
|
|
nginx-build: data/nginx/secrets |
|
|
|
nginx-build: data/nginx/secrets |
|
|
|