mirror of
https://github.com/bensuperpc/infrastructure.git
synced 2025-07-23 19:02:23 +02:00
Rework project structure
Signed-off-by: Bensuperpc <bensuperpc@gmail.com>
This commit is contained in:
20
infrastructure/uptime-kuma/docker-compose.uptime-kuma.yml
Normal file
20
infrastructure/uptime-kuma/docker-compose.uptime-kuma.yml
Normal file
@@ -0,0 +1,20 @@
|
||||
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
|
Reference in New Issue
Block a user