This fixes the correct initialization of the vault services.
Details
Details
- Reviewers
ardumont - Group Reviewers
Reviewers - Commits
- rDENV8706815679b7: vault: Fix database configuration
rCDFD8706815679b7: vault: Fix database configuration
Diff Detail
Diff Detail
- Repository
- rCDFD Dockerfiles for developers
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.
Event Timeline
docker-compose.yml | ||
---|---|---|
203 | as you fixed env/vault.env, you should simply keep it here. What did i miss? |
docker-compose.yml | ||
---|---|---|
203 |
|
Comment Actions
the PGHOST variable in the environment file breaks the initialization of that container
initialization of postgres containers is inconsistent (we seem to have three different ways of doing it, this diff scales it back down to two)
Damn!
Thanks for the heads up!