mirror of
https://github.com/ChristianLempa/boilerplates.git
synced 2026-09-27 17:35:57 -04:00
fix for mailer integration
This commit is contained in:
@@ -1,16 +1,8 @@
|
||||
# Environment Variable Example File
|
||||
# ---
|
||||
|
||||
# Add internal database credentials here...
|
||||
# POSTGRES_HOST = "your-database-host"
|
||||
# POSTGRES_PORT = "your-database-port"
|
||||
POSTGRES_DB = "your-database-name"
|
||||
POSTGRES_USER = "your-database-user"
|
||||
POSTGRES_PASSWORD = "your-database-password"
|
||||
|
||||
# Add mailer credentials here...
|
||||
MAILER_FROM = "your-mailer-from-address"
|
||||
MAILER_SMTP_ADDR = "your-mailer-smtp"
|
||||
MAILER_SMTP_PORT = "your-mailer-smtp-port"
|
||||
MAILER_USER = "your-mailer-user"
|
||||
MAILER_PASSWORD = "your-mailer-password"
|
||||
|
||||
@@ -24,15 +24,6 @@ services:
|
||||
# -- (Optional) Change your server settings here...
|
||||
- GITEA__server__SSH_PORT=2221 # <-- (Optional) Replace with your desired SSH port
|
||||
- GITEA__server__ROOT_URL=http://your-fqdn # <-- Replace with your FQDN
|
||||
# --> (Optional) Change mailer settings here...
|
||||
# - GITEA__mailer__ENABLED=true
|
||||
# - GITEA__mailer__FROM=${MAILER_FROM:?MAILER_FROM not set}
|
||||
# - GITEA__mailer__PROTOCOL=smtps
|
||||
# - GITEA__mailer__SMTP_ADDR=${MAILER_SMTP_ADDR:?MAILER_SMTP_ADDR not set}
|
||||
# - GITEA__mailer__SMTP_PORT=${MAILER_SMTP_PORT:?MAILER_SMTP_PORT not set}
|
||||
# - GITEA__mailer__USER=${MAILER_USER:-apikey}
|
||||
# - GITEA__mailer__PASSWD="""${MAILER_PASSWORD:?MAILER_PASSWORD not set}"""
|
||||
# <--
|
||||
# --> (Optional) When using traefik...
|
||||
# networks:
|
||||
# - frontend
|
||||
|
||||
Reference in New Issue
Block a user