Commit b7f048b
Pass .env to the service container so DB credentials resolve
Without env_file on the service block, the app container had no
POSTGRES_USER/POSTGRES_PASSWORD/etc. in its environment, so
${VAR} placeholders in endpoints.yaml were left unexpanded.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>1 parent 18a1bc4 commit b7f048b
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
| |||
0 commit comments