feat(docker): add automatic restart on failure to bot

This commit is contained in:
Anthony 2022-08-06 15:08:18 +01:00
parent ac5860d10c
commit 7a2543cea1

View File

@ -16,6 +16,7 @@ services:
dockerfile: Dockerfile
depends_on:
- postgres
restart: on-failure
env_file:
- .env