update estimate page, add stripe script and docker compose for mail server

This commit is contained in:
Casey 2026-02-03 17:04:04 -06:00
parent 678eb18583
commit 9a7e3fe740
17 changed files with 1168 additions and 66 deletions

View file

@ -0,0 +1,8 @@
services:
mailhog:
image: mailhog/mailhog:latest
container_name: mailhog
ports:
- "8025:8025" # MailHog web UI
- "1025:1025" # SMTP server
restart: unless-stopped