infrastructure/docker-compose.uptime-kuma.yml
Bensuperpc 29e3988bca
Fix warning, remove ssh.bensuperpc.org ect...
Signed-off-by: Bensuperpc <bensuperpc@gmail.com>
2024-05-18 09:31:51 +02:00

17 lines
334 B
YAML

services:
# Uptime Kuma
uptime-kuma:
image: louislam/uptime-kuma:latest
container_name: uptime-kuma
profiles:
- uptime-kuma
volumes:
- uptimekuma_data:/app/data
restart: on-failure:5
depends_on:
- caddy
networks:
- infra-network
security_opt:
- no-new-privileges:true