Add persistent flag of origin
All checks were successful
Publish Docker Image / Publish Docker Image (push) Successful in 1m12s

This commit is contained in:
Ahmed Al-Taiar
2024-10-17 21:36:50 -04:00
parent cbf75acbeb
commit f8987b08da
11 changed files with 37 additions and 1 deletions

View File

@ -12,6 +12,7 @@ services:
- DATABASE_URL=postgresql://redwood:changeme@db/portfolio
- FIRST_NAME=first name # Your first name
- LAST_NAME=lastname # Your last name
- COUNTRY=US # ISO-3166-1 alpha-2 country code, https://en.wikipedia.org/wiki/ISO_3166-1#Codes
- SMTP_HOST=smtp.example.com
- SMTP_PORT=465
- SMTP_SECURE=true