chore(docker-compose): set default SMTP and ATUIN host/ports

Signed-off-by: Rodney Osodo <socials@rodneyosodo.com>
This commit is contained in:
Rodney Osodo
2026-04-27 22:14:26 +03:00
parent 5010092a3d
commit ae5ba5cdd9
+4 -4
View File
@@ -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=""