Page MenuHomeSoftware Heritage

docker-compose/vault: Fix database configuration
ClosedPublic

Authored by anlambert on Mar 6 2019, 11:39 AM.

Details

Summary

This fixes the correct initialization of the vault services.

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

ardumont added a subscriber: ardumont.
ardumont added inline comments.
docker-compose.yml
204

as you fixed env/vault.env, you should simply keep it here.

What did i miss?

This revision now requires changes to proceed.Mar 6 2019, 12:03 PM
olasd added inline comments.
docker-compose.yml
204
  • 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)

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!

This revision is now accepted and ready to land.Mar 6 2019, 12:11 PM
This revision was automatically updated to reflect the committed changes.