initial verstion

This commit is contained in:
2026-03-26 19:06:08 +04:00
commit a20e4719af
8 changed files with 238 additions and 0 deletions

14
compose.yaml Normal file
View File

@@ -0,0 +1,14 @@
services:
heic-bot:
image:
build: .
container_name: heic-converter
environment:
- BOT_TOKEN=${BOT_TOKEN}
ports:
- "8000:8000" # Prometheus Metrics
- "8080:8080" # Health Checks
volumes:
# Optional: mount a local folder if you want to log to file
- ./logs:/app/logs
restart: unless-stopped