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
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.

Event Timeline

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

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
203
  • 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.