update estimate page, add stripe script and docker compose for mail server
This commit is contained in:
parent
678eb18583
commit
9a7e3fe740
17 changed files with 1168 additions and 66 deletions
8
docker-compose.local.yaml
Normal file
8
docker-compose.local.yaml
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue