mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-10-31 10:19:09 +00:00 
			
		
		
		
	Updated mastodon configuration
This commit is contained in:
		| @@ -24,3 +24,7 @@ SMTP_AUTH_METHOD=plain | ||||
| SMTP_OPENSSL_VERIFY_MODE=none | ||||
| SMTP_ENABLE_STARTTLS=auto | ||||
| SMTP_FROM_ADDRESS=Mastodon <{{system_email_username}}> | ||||
|  | ||||
| ACTIVE_RECORD_ENCRYPTION_DETERMINISTIC_KEY= {{mastodon_active_record_encryption_deterministic_key}} | ||||
| ACTIVE_RECORD_ENCRYPTION_KEY_DERIVATION_SALT={{mastodon_active_record_encryption_key_derivation_salt}} | ||||
| ACTIVE_RECORD_ENCRYPTION_PRIMARY_KEY={{mastodon_active_record_encryption_primary_key}} | ||||
| @@ -21,7 +21,7 @@ services: | ||||
| {% include 'templates/docker/container/networks.yml.j2' %} | ||||
|  | ||||
|   streaming: | ||||
|     image: ghcr.io/mastodon/mastodon:{{mastodon_version}} | ||||
|     image: ghcr.io/mastodon/mastodon-streaming:{{mastodon_version}} | ||||
|     restart: {{docker_restart_policy}} | ||||
|     env_file: .env.production | ||||
|     command: node ./streaming | ||||
|   | ||||
		Reference in New Issue
	
	Block a user