django-telegram-bot
django-telegram-bot copied to clipboard
Updated restart policy to match the Database container
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
.