Commit Graph

20 Commits

Author SHA1 Message Date
Ryderjj89
68c991419a chore: update docker compose files for email and environment adjustments 2025-05-05 09:11:46 -04:00
Ryderjj89
708814f083 feat: support EMAIL_RECIPIENTS for RSVP notifications; send to all listed, fallback to EMAIL_USER, log if none set 2025-05-05 09:09:02 -04:00
Ryderjj89
7364e12c86 fix: add @types/nodemailer and include event links in RSVP email content 2025-05-05 08:31:29 -04:00
Ryderjj89
c2b4217601 feat: send RSVP confirmation emails using environment-based SMTP config; split EMAIL_FROM into EMAIL_FROM_NAME and EMAIL_FROM_ADDRESS 2025-05-05 08:26:27 -04:00
Joshua Ryder
c77f30c1a8 Create docker-compose.yml 2025-05-04 18:17:53 -04:00
Joshua Ryder
c6754b28bf Update and rename docker-compose.yml to docker-compose-build.yml 2025-05-04 18:17:06 -04:00
Ryderjj89
40e84af553 Change container name to rsvp_manager-dev in docker-compose.yml 2025-05-04 17:15:11 -04:00
Ryderjj89
8895b67f7b Updated compose for production instead of development 2025-05-02 08:56:49 -04:00
e0a161eb51 Fix database volume mount to use app directory 2025-05-01 08:47:36 -04:00
f15ad5f01e Fix database permissions and initialization issues 2025-05-01 08:45:35 -04:00
d3dd0c6677 Fix volume mounts to use named volumes in docker-compose.yml 2025-05-01 08:42:25 -04:00
4f52ed9a27 Fix upload directory permissions and path issues 2025-05-01 08:39:56 -04:00
da238ca9aa Fix wallpaper upload issues: add wallpaper column, update Docker config for proper file handling 2025-05-01 08:37:04 -04:00
Your Name
e89e3d4791 Switch from MySQL to SQLite database 2025-04-29 17:58:42 -04:00
Your Name
d1ecfa9595 Add MySQL service and network configuration to docker-compose.yml 2025-04-29 14:22:54 -04:00
Your Name
1f53d68b7d Update docker-compose.yml configuration 2025-04-29 13:56:54 -04:00
Your Name
522e6610c4 Update docker-compose.yml with correct volume configuration 2025-04-29 13:48:46 -04:00
Your Name
e90fdd6201 Switch from MySQL to SQLite for simpler database setup 2025-04-29 13:44:36 -04:00
Your Name
d060ac8255 Add container names to docker-compose.yml 2025-04-29 13:27:45 -04:00
b80879f46b Initial commit: RSVP Manager with React frontend and Express backend 2025-04-29 13:08:01 -04:00