mirror of
https://github.com/bensuperpc/infrastructure.git
synced 2024-11-10 04:07:26 +01:00
17 lines
318 B
YAML
17 lines
318 B
YAML
|
version: '3.9'
|
||
|
|
||
|
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
|
||
|
networks:
|
||
|
- infra-network
|
||
|
security_opt:
|
||
|
- no-new-privileges:true
|