# Docker Configuration IMAGE=atashdotdev:latest APP_PORT=4321 # Application Configuration SMTP_HOST=smtp.example.com SMTP_PORT=587 SMTP_USER=your-email@example.com SMTP_PASSWORD=your-password FROM_EMAIL=noreply@atash.dev TO_EMAIL=contact@atash.dev # Site Status STATUS_TEXT="Accepting new clients" STATUS_COLOR="green" # green, yellow, red