Add uptime kuma
This commit is contained in:
@@ -106,6 +106,15 @@ services:
|
||||
volumes:
|
||||
- ./cloudflare-ddns/config.json:/config.json
|
||||
restart: unless-stopped
|
||||
uptime-kuma:
|
||||
image: louislam/uptime-kuma:1
|
||||
container_name: gateway_uptime_kuma
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
- ./uptime-kuma/data:/app/data
|
||||
ports:
|
||||
- 4393:3001
|
||||
restart: always
|
||||
watchtower:
|
||||
image: containrrr/watchtower
|
||||
container_name: gateway_watchtower
|
||||
|
||||
Reference in New Issue
Block a user