django-telegram-bot icon indicating copy to clipboard operation
django-telegram-bot copied to clipboard

Updated restart policy to match the Database container

Open VeryBigSad opened this issue 2 years ago • 0 comments

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.

VeryBigSad avatar Sep 16 '22 15:09 VeryBigSad