Add compose in clima_bot

This commit is contained in:
2025-05-22 21:07:19 +02:00
parent 2c4f14a886
commit 9245dbb9af

View File

@@ -0,0 +1,10 @@
services:
clima-app:
build: .
container_name: clima-app
restart: unless-stopped
healthcheck:
test: ["CMD-SHELL", "pgrep -f bot.py || exit 1"]
interval: 10s
retries: 3
start_period: 5s