env mastodon
This commit is contained in:
parent
61f4629d1f
commit
53ba95b9d3
@ -64,6 +64,11 @@ services:
|
|||||||
container_name: ${mastodonServName}
|
container_name: ${mastodonServName}
|
||||||
image: ghcr.io/mastodon/mastodon:v4.3.6
|
image: ghcr.io/mastodon/mastodon:v4.3.6
|
||||||
restart: ${restartPolicy}
|
restart: ${restartPolicy}
|
||||||
|
environment:
|
||||||
|
- LOCAL_DOMAIN=${mastodonHost}.${domain}
|
||||||
|
- SMTP_SERVER=smtp.${domain}
|
||||||
|
- SMTP_LOGIN=admin@${domain}
|
||||||
|
- SMTP_FROM_ADDRESS=admin@${domain}
|
||||||
env_file:
|
env_file:
|
||||||
- env-config
|
- env-config
|
||||||
- ../../secret/env-mastodonServ
|
- ../../secret/env-mastodonServ
|
||||||
@ -96,6 +101,11 @@ services:
|
|||||||
container_name: ${mastodonStreamingName}
|
container_name: ${mastodonStreamingName}
|
||||||
image: ghcr.io/mastodon/mastodon-streaming:v4.3.6
|
image: ghcr.io/mastodon/mastodon-streaming:v4.3.6
|
||||||
restart: ${restartPolicy}
|
restart: ${restartPolicy}
|
||||||
|
environment:
|
||||||
|
- LOCAL_DOMAIN=${mastodonHost}.${domain}
|
||||||
|
- SMTP_SERVER=smtp.${domain}
|
||||||
|
- SMTP_LOGIN=admin@${domain}
|
||||||
|
- SMTP_FROM_ADDRESS=admin@${domain}
|
||||||
env_file:
|
env_file:
|
||||||
- env-config
|
- env-config
|
||||||
- ../../secret/env-mastodonServ
|
- ../../secret/env-mastodonServ
|
||||||
@ -122,6 +132,11 @@ services:
|
|||||||
container_name: ${mastodonSidekiqName}
|
container_name: ${mastodonSidekiqName}
|
||||||
image: ghcr.io/mastodon/mastodon:v4.3.6
|
image: ghcr.io/mastodon/mastodon:v4.3.6
|
||||||
restart: ${restartPolicy}
|
restart: ${restartPolicy}
|
||||||
|
environment:
|
||||||
|
- LOCAL_DOMAIN=${mastodonHost}.${domain}
|
||||||
|
- SMTP_SERVER=smtp.${domain}
|
||||||
|
- SMTP_LOGIN=admin@${domain}
|
||||||
|
- SMTP_FROM_ADDRESS=admin@${domain}
|
||||||
env_file:
|
env_file:
|
||||||
- env-config
|
- env-config
|
||||||
- ../../secret/env-mastodonServ
|
- ../../secret/env-mastodonServ
|
||||||
|
@ -67,7 +67,7 @@ ES_PASS=password
|
|||||||
# Sending mail
|
# Sending mail
|
||||||
# ------------
|
# ------------
|
||||||
#SMTP_SERVER=
|
#SMTP_SERVER=
|
||||||
#SMTP_PORT=
|
SMTP_PORT=587
|
||||||
#SMTP_LOGIN=
|
#SMTP_LOGIN=
|
||||||
#SMTP_PASSWORD=
|
#SMTP_PASSWORD=
|
||||||
#SMTP_FROM_ADDRESS=
|
#SMTP_FROM_ADDRESS=
|
||||||
|
Loading…
x
Reference in New Issue
Block a user