Page MenuHomeSoftware Heritage

api servers: Unify the server starting point with production
ClosedPublic

Authored by ardumont on Oct 10 2019, 10:47 AM.

Diff Detail

Repository
rCDFD Dockerfiles for developers
Branch
master
Lint
No Linters Available
Unit
No Unit Test Coverage
Build Status
Buildable 8269
Build 11942: arc lint + arc unit

Event Timeline

ardumont retitled this revision from api server: Unify the server starting point with production to api servers: Unify the server starting point with production.Oct 10 2019, 11:05 AM
  • deposit: Remove indirections in deposit definitions
vlorentz added inline comments.
docker-compose.yml
246–249

why not in a .env file?

This revision now requires changes to proceed.Oct 10 2019, 11:20 AM
docker-compose.yml
246–249

It's:

  • clearer to read here without indirection
  • used only once
  • deposit is kinda the same as swh-web same (django apps) which does this as well
ardumont edited the test plan for this revision. (Show Details)
This revision is now accepted and ready to land.Oct 10 2019, 11:23 AM