mirror of
https://github.com/rodneyosodo/homelab.git
synced 2026-06-23 04:10:19 +00:00
chore(docker-compose): set default SMTP and ATUIN host/ports
Signed-off-by: Rodney Osodo <socials@rodneyosodo.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
## SMTP
|
||||
SMTP_HOST=""
|
||||
SMTP_PORT=""
|
||||
SMTP_HOST="0.0.0.0"
|
||||
SMTP_PORT="9001"
|
||||
SMTP_SECURE=""
|
||||
SMTP_AUTHTYPE=""
|
||||
SMTP_NAME=""
|
||||
@@ -89,8 +89,8 @@ KENER_POSTGRES_DB=""
|
||||
KENER_POSTGRES_URL=""
|
||||
|
||||
## ATUIN
|
||||
ATUIN_HOST=""
|
||||
ATUIN_PORT=""
|
||||
ATUIN_HOST="0.0.0.0"
|
||||
ATUIN_PORT="9002"
|
||||
ATUIN_OPEN_REGISTRATION=""
|
||||
ATUIN_RUST_LOG=""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user