Currently only the database container restart policy is set to restart always.
I imagine it should be consistent across containers described in docker-compose.yml (since we assume that one doesn't use the postgres database which is already used by django for something else), so set all of the containers' restart policies to be restart: always.
Currently only the database container restart policy is set to restart always.
I imagine it should be consistent across containers described in
docker-compose.yml
(since we assume that one doesn't use the postgres database which is already used by django for something else), so set all of the containers' restart policies to berestart: always
.