Commit 9441709
fix: resolve multi-app deployment blockers (#3)
- Add .env existence guard to fail fast on first deploy if not configured
- Auto-create per-app database via platform postgres (e.g., todo_app_db)
- Generate Caddyfile with literal domain and project-prefixed container
name instead of symlinking (fixes env var and container name ambiguity)
- Update env.template with placeholders and comments for multi-app setup
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent af15595 commit 9441709
2 files changed
Lines changed: 35 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
| 31 | + | |
31 | 32 | | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
32 | 48 | | |
| 49 | + | |
| 50 | + | |
33 | 51 | | |
| 52 | + | |
| 53 | + | |
34 | 54 | | |
35 | | - | |
36 | | - | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
37 | 62 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
1 | 4 | | |
2 | | - | |
| 5 | + | |
3 | 6 | | |
4 | 7 | | |
5 | | - | |
6 | | - | |
7 | | - | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
0 commit comments