Staging to Production #51

Merged
claude merged 165 commits from main into production 2026-06-08 18:28:46 +00:00
Showing only changes of commit cb45c8a312 - Show all commits
@@ -21,6 +21,15 @@ services:
env_file:
- .env
email-api:
build:
context: ..
dockerfile: Apis/email-api/Dockerfile
ports:
- "8083:8080"
env_file:
- .env
api:
build:
context: ..