Files
infra/mini-pc/uptime-kuma/docker-compose.yml
T
Dmitry 8dbca5368d
Deploy mini-pc / deploy (push) Successful in 40s
Use host networking for telegram bot API
2026-05-31 15:10:07 +03:00

14 lines
283 B
YAML

services:
uptime-kuma:
image: louislam/uptime-kuma:2
container_name: uptime-kuma
hostname: uptime-kuma
restart: unless-stopped
ports:
- "3001:3001"
environment:
TZ: Europe/Moscow
volumes:
- /opt/data/uptime-kuma:/app/data
networks: {}