Update Postmoogle 0.9.0 -> 0.9.1
This commit is contained in:
		| @@ -10,7 +10,10 @@ POSTMOOGLE_MAXSIZE={{ matrix_bot_postmoogle_maxsize }} | ||||
| POSTMOOGLE_SENTRY={{ matrix_bot_postmoogle_sentry }} | ||||
| POSTMOOGLE_LOGLEVEL={{ matrix_bot_postmoogle_loglevel }} | ||||
| POSTMOOGLE_NOENCRYPTION={{ matrix_bot_postmoogle_noencryption }} | ||||
| POSTMOOGLE_USERS={{ matrix_bot_postmoogle_users | join(' ') }} | ||||
| POSTMOOGLE_ADMINS={{ matrix_bot_postmoogle_admins | join(' ') }} | ||||
| POSTMOOGLE_TLS_PORT={{ matrix_bot_postmoogle_tls_port }} | ||||
| POSTMOOGLE_TLS_CERT={{ matrix_bot_postmoogle_tls_cert }} | ||||
| POSTMOOGLE_TLS_KEY={{ matrix_bot_postmoogle_tls_key }} | ||||
| POSTMOOGLE_TLS_REQUIRED={{ matrix_bot_postmoogle_tls_required }} | ||||
|  | ||||
| {{ matrix_bot_postmoogle_environment_variables_extension }} | ||||
|   | ||||
| @@ -24,7 +24,9 @@ ExecStart={{ matrix_host_command_docker }} run --rm --name matrix-bot-postmoogle | ||||
| 			--network={{ matrix_docker_network }} \ | ||||
| 			--env-file={{ matrix_bot_postmoogle_config_path }}/env \ | ||||
| 			-p {{ matrix_bot_postmoogle_smtp_host_bind_port }}:{{ matrix_bot_postmoogle_port }} \ | ||||
| 			-p {{ matrix_bot_postmoogle_smtps_host_bind_port }}:{{ matrix_bot_postmoogle_tls_port }} \ | ||||
| 			--mount type=bind,src={{ matrix_bot_postmoogle_data_path }},dst=/data \ | ||||
| 			--mount type=bind,src={{ matrix_bot_postmoogle_ssl_path }},dst=/ssl \ | ||||
| 			{% for arg in matrix_bot_postmoogle_container_extra_arguments %} | ||||
| 			{{ arg }} \ | ||||
| 			{% endfor %} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user