Files
infra/mini-pc/uptime-kuma/docker-compose.yml
T
Dmitry 6c95ad59a7
Deploy mini-pc / deploy (push) Failing after 14s
NixOS switch mini-pc / switch (push) Successful in 12s
Add Telegram Bot API service to mini-pc
2026-05-31 14:20:24 +03:00

20 lines
385 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:
- default
- telegram-bot-api
networks:
default:
telegram-bot-api:
external: true