Commit c6952ca
authored
Fix docker compose not finding .env file (#29)
Docker Compose looks for .env in the compose file directory (.ingestkit/)
but init creates .env in project root. Add --env-file .env flag to ensure
the environment variables are loaded correctly.
Fixes: POSTGRES_PASSWORD not set warning and postgres unhealthy error1 parent 140920b commit c6952ca
1 file changed
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
| 51 | + | |
51 | 52 | | |
52 | 53 | | |
53 | 54 | | |
| |||
60 | 61 | | |
61 | 62 | | |
62 | 63 | | |
63 | | - | |
| 64 | + | |
| 65 | + | |
64 | 66 | | |
65 | 67 | | |
66 | 68 | | |
| |||
0 commit comments