ohld / django-telegram-bot

My sexy Django + python-telegram-bot + Celery + Redis + Postgres + Dokku + GitHub Actions template
https://t.me/ffmemesbot
Apache License 2.0
691 stars 170 forks source link

Updated restart policy to match the Database container #48

Closed VeryBigSad closed 1 year ago

VeryBigSad commented 2 years ago

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.