Files
infra/mini-pc/uptime-kuma/docker-compose.yml
T
Dmitry 592b3a8748
Deploy ru-vps / deploy (push) Successful in 22s
Deploy mini-pc / deploy (push) Successful in 1m1s
Add uptime-kuma service configuration and update directory structure
2026-05-28 13:45:56 +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: {}