2019-12-17 21:35:48 +00:00
|
|
|
{
|
2020-06-24 14:09:52 +00:00
|
|
|
# for more info about the config, check out the documentation
|
2021-06-07 21:10:47 +00:00
|
|
|
# https://join-lemmy.org/docs/en/administration/configuration.html
|
2020-06-24 14:09:52 +00:00
|
|
|
|
2019-12-17 21:35:48 +00:00
|
|
|
database: {
|
2021-09-30 20:45:20 +00:00
|
|
|
host: postgres
|
2019-12-17 21:35:48 +00:00
|
|
|
password: "{{ postgres_password }}"
|
|
|
|
}
|
|
|
|
hostname: "{{ domain }}"
|
2021-09-08 00:11:36 +00:00
|
|
|
pictrs_url: "http://pictrs:8080"
|
2019-12-17 21:35:48 +00:00
|
|
|
email: {
|
2020-01-31 11:03:26 +00:00
|
|
|
smtp_server: "postfix:25"
|
|
|
|
smtp_from_address: "noreply@{{ domain }}"
|
|
|
|
use_tls: false
|
2019-12-17 21:35:48 +00:00
|
|
|
}
|
|
|
|
}
|