mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-10-31 02:10:05 +00:00 
			
		
		
		
	Finalized matomo integration into new architecture
This commit is contained in:
		| @@ -28,5 +28,6 @@ docker: | ||||
|     streaming:  | ||||
|       image:            "ghcr.io/mastodon/mastodon-streaming" | ||||
|       version:          latest | ||||
|       name:             "mastodon-streaming" | ||||
|   volumes: | ||||
|     data:               "mastodon_data" | ||||
| @@ -24,7 +24,7 @@ | ||||
|     command: node ./streaming | ||||
| {% include 'roles/docker-container/templates/healthcheck/wget.yml.j2' %} | ||||
|     ports: | ||||
|       - "127.0.0.1:{{ports.localhost.websocket[application_id]}}:{{ container_port }}" | ||||
|       - "127.0.0.1:{{ ports.localhost.websocket[application_id] }}:{{ container_port }}" | ||||
| {% include 'roles/docker-container/templates/depends_on/dmbs_excl.yml.j2' %} | ||||
| {% include 'roles/docker-container/templates/networks.yml.j2' %} | ||||
|  | ||||
| @@ -37,7 +37,10 @@ | ||||
|     volumes: | ||||
|       - data:/mastodon/public/system | ||||
|     healthcheck: | ||||
|       test: ['CMD-SHELL', "ps aux | grep '[s]idekiq\ 6' || false"] | ||||
|       test: ["CMD-SHELL", "pgrep -f sidekiq || exit 1"] | ||||
|       interval: 1m | ||||
|       timeout: 10s | ||||
|       retries: 3 | ||||
| {% include 'roles/docker-container/templates/networks.yml.j2' %} | ||||
|  | ||||
| {% include 'roles/docker-compose/templates/volumes.yml.j2' %} | ||||
|   | ||||
| @@ -6,6 +6,6 @@ mastodon_name:                "{{ applications | get_app_conf(application_id, 'd | ||||
| mastodon_volume:              "{{ applications | get_app_conf(application_id, 'docker.volumes.data', True) }}" | ||||
| mastodon_streaming_version:   "{{ applications | get_app_conf(application_id, 'docker.services.streaming.version', True) }}" | ||||
| mastodon_streaming_image:     "{{ applications | get_app_conf(application_id, 'docker.services.streaming.image', True) }}" | ||||
| mastodon_streaming_name:      "{{ applications | get_app_conf(application_id, 'docker.services.streaming.name', True) }}_streaming" | ||||
| mastodon_streaming_name:      "{{ applications | get_app_conf(application_id, 'docker.services.streaming.name', True) }}" | ||||
| mastodon_sidekiq_name:        "{{ applications | get_app_conf(application_id, 'docker.services.mastodon.name', True) }}_sidekiq" | ||||
| mastodon_setup:               "{{ applications | get_app_conf(application_id, 'setup', True) }}" | ||||
		Reference in New Issue
	
	Block a user