first commit
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-04-17 17:05:49 +02:00
parent 7b47dd1011
commit 3eb93fed59
2 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,16 @@
Portainer Stack:
```
---
version: "3.8"
services:
uptime:
image: louislam/uptime-kuma:1
container_name: uptime
hostname: uptime
network_mode: bridge
volumes:
- /uptime_kuma:/app/data
restart: unless-stopped
labels:
- com.centurylinklabs.watchtower.enable=true
```