stuff/containers/docker/multitenant/lemmy/lemmy.hjson
Moni Ghaoui 47aa1a3484 FC
2025-04-14 19:51:40 +02:00

19 lines
432 B
Text

{
# for more info about the config, check out the documentation
# https://join-lemmy.org/docs/en/administration/configuration.html
database: {
host: postgres
password: "JmT3cMDL252EJw"
}
hostname: "lemmy.codecompost.nl"
pictrs: {
url: "http://pictrs:8080/"
api_key: "JmT3cMDL252EJw"
}
email: {
smtp_server: "postfix:25"
smtp_from_address: "noreply@codecompost.nl"
tls_type: "none"
}
}