Workflow update

main
technorabilia 1 year ago
parent a45b316f69
commit 3c3ce48d35

@ -53,7 +53,7 @@ services:
- SMTP_FROM_ADDRESS=notifications@example.com
# Enable or disable S3 storage of uploaded files
- S3_ENABLED=false
# This can be set if you want your server identifier to be different to the subdomain hosting Mastodon. See https://docs.joinmastodon.org/admin/config/#basic
# This can be set if you want your server identifier to be different to the subdomain hosting Mastodon. See [https://docs.joinmastodon.org/admin/config/#basic](https://docs.joinmastodon.org/admin/config/#basic)
- WEB_DOMAIN=mastodon.example.com # optional
# Elasticsearch server hostname
- ES_HOST=es # optional

@ -27,7 +27,7 @@ docker run -d \
-e SMTP_PASSWORD= `# SMTP password` \
-e SMTP_FROM_ADDRESS=notifications@example.com `# From address for emails send from Mastodon` \
-e S3_ENABLED=false `# Enable or disable S3 storage of uploaded files` \
-e WEB_DOMAIN=mastodon.example.com `# optional` `# This can be set if you want your server identifier to be different to the subdomain hosting Mastodon. See https://docs.joinmastodon.org/admin/config/#basic` \
-e WEB_DOMAIN=mastodon.example.com `# optional` `# This can be set if you want your server identifier to be different to the subdomain hosting Mastodon. See [https://docs.joinmastodon.org/admin/config/#basic](https://docs.joinmastodon.org/admin/config/#basic)` \
-e ES_HOST=es `# optional` `# Elasticsearch server hostname` \
-e ES_PORT=9200 `# optional` `# Elasticsearch port` \
-e ES_USER=elastic `# optional` `# Elasticsearch username` \

Loading…
Cancel
Save