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
- Branch
- fix-vault-db
- Lint
No Linters Available - Unit
No Unit Test Coverage - Build Status
Buildable 4548 Build 6033: arc lint + arc unit
Event Timeline
docker-compose.yml | ||
---|---|---|
204 | as you fixed env/vault.env, you should simply keep it here. What did i miss? |
docker-compose.yml | ||
---|---|---|
204 |
|
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!