1
0
Fork 0
mirror of https://github.com/muerwre/vk-tg-bot.git synced 2025-04-24 22:46:41 +07:00

#5 chacnged healthcheck interval

This commit is contained in:
Fedor Katurov 2021-05-12 14:35:44 +07:00
parent dd3c281af9
commit c249875b31

View file

@ -29,7 +29,7 @@ services:
- db
healthcheck:
test: [ "CMD", "curl", "-f", "http://localhost", "||", "kill", "-s", "2", "1" ]
interval: 5m
interval: 1h
timeout: 1m
volumes:
bot-db: