ds
This commit is contained in:
parent
6aafbf0654
commit
23ac844e9d
1 changed files with 8 additions and 10 deletions
|
|
@ -1,16 +1,11 @@
|
|||
services:
|
||||
kuma:
|
||||
image: louislam/uptime-kuma:1
|
||||
restart: always
|
||||
hostname: kuma
|
||||
container_name: kuma
|
||||
environment:
|
||||
- TZ=America/Chicago
|
||||
- PGID=1964
|
||||
- PUID=1964
|
||||
- UMASK-002
|
||||
# ports:
|
||||
# - 3001:3001
|
||||
- UMASK=002
|
||||
networks:
|
||||
- netgrimoire
|
||||
volumes:
|
||||
|
|
@ -19,16 +14,19 @@ services:
|
|||
placement:
|
||||
constraints:
|
||||
- node.hostname == docker3
|
||||
restart_policy:
|
||||
condition: on-failure
|
||||
delay: 5s
|
||||
endpoint_mode: dnsrr
|
||||
labels:
|
||||
- diun.enable=true
|
||||
- homepage.group=Monitoring
|
||||
- homepage.name=Kuma Uptime
|
||||
- homepage.icon=kuma.png
|
||||
- homepage.href=http://kuma.netgrimoire.com
|
||||
- homepage.description=Services Monitor
|
||||
- caddy=kuma.netgrimoire.com
|
||||
- caddy.reverse_proxy=http://kuma:3000
|
||||
|
||||
endpoint_mode: dnsrr
|
||||
- caddy.reverse_proxy=kuma:3001
|
||||
|
||||
autokuma:
|
||||
image: ghcr.io/bigboot/autokuma:latest
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue