infrastructure/infrastructure/uptime-kuma/docker-compose.uptime-kuma.yml
Bensuperpc 927522a5a8 Rework project structure
Signed-off-by: Bensuperpc <bensuperpc@gmail.com>
2024-08-23 13:58:01 +02:00

21 lines
389 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
volumes:
uptimekuma_data:
name: uptimekuma_data