Changed some config
All checks were successful
Build and Deploy / build-and-push (push) Successful in 2m47s

This commit is contained in:
2025-12-22 12:23:25 -07:00
parent c1387b9cd7
commit 11c4e61e79
7 changed files with 21 additions and 16 deletions

View File

@@ -13,4 +13,6 @@ services:
SMTP_PASSWORD: ${SMTP_PASSWORD:-}
FROM_EMAIL: ${FROM_EMAIL:-noreply@atash.dev}
TO_EMAIL: ${TO_EMAIL:-}
PUBLIC_STATUS_TEXT: ${PUBLIC_STATUS_TEXT:-"Accepting new clients"}
PUBLIC_STATUS_COLOR: ${PUBLIC_STATUS_COLOR:-green}
restart: unless-stopped