Modify db docker service to use the env file #309
Labels
complexity: medium
feature: infrastructure
For changes on site technical architecture
role: back end
role: dev ops
s: PD team
stakeholder: People Depot Team
size: 0.25pt
Can be done in 0.5-1.5 hours
Milestone
Overview
We should change the
db
docker container to use the same.env
file that theweb
container reads, so that we're not hard-coding the values in thedocker-compose.yml
file.Action Items
docker-compose.yml
to reference the.env.docker
file.env.docker-example
file to contain the variables thedb
container needssettings.py
) code to use the database variable names that thedb
container usesResources/Instructions
db
container should have anenv_file
key like theweb
container doesThe text was updated successfully, but these errors were encountered: