.
This commit is contained in:
28
uptime_kuma/portainer_stack.yml
Normal file
28
uptime_kuma/portainer_stack.yml
Normal file
@@ -0,0 +1,28 @@
|
||||
# Name: Uptime Kuma
|
||||
# https://github.com/louislam/uptime-kuma
|
||||
version: '3.9'
|
||||
services:
|
||||
uptime-kuma:
|
||||
image: 'louislam/uptime-kuma:2'
|
||||
container_name: uptime-kuma
|
||||
volumes:
|
||||
- '/home/rcadmin/docker/uptime_kuma/data:/app/data'
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
ports:
|
||||
- '127.0.0.1:3001:3001'
|
||||
restart: always
|
||||
deploy:
|
||||
placement:
|
||||
constraints:
|
||||
- node.role == manager
|
||||
labels:
|
||||
- homepage.group=Infrastructure
|
||||
- homepage.name=Uptime Kuma
|
||||
- homepage.icon=uptime-kuma.png
|
||||
#- homepage.description=Gitea server
|
||||
- homepage.href=https://uptime.home.ramberg.net/
|
||||
- homepage.widget.type=uptimekuma
|
||||
- homepage.widget.url=http://192.168.50.201:3001
|
||||
- homepage.widget.title=Uptime Kuma
|
||||
- homepage.widget.slug=statuspageslug
|
||||
- homepage.widget.fields=["up", "down", "uptime", "incident"]
|
||||
Reference in New Issue
Block a user