mirror of
https://github.com/bensuperpc/infrastructure.git
synced 2024-12-22 08:44:28 +01:00
17 lines
334 B
YAML
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
|