Added uptime kuma

This commit is contained in:
Atridad Lahiji 2024-09-06 00:33:39 -06:00
parent ffed5c70b9
commit ae46818e26
Signed by: atridad
SSH key fingerprint: SHA256:LGomp8Opq0jz+7kbwNcdfTcuaLRb5Nh0k5AchDDb438

View file

@ -2,11 +2,8 @@
services:
kuma:
image: louislam/uptime-kuma:1
volumes:
#- ./data:/app/data
- ../server:/app/server
- ../db:/app/db
image: 'louislam/uptime-kuma:1'
ports:
- "3069:3001"
- "3307:3306"
- '17958:3001'
volumes:
- './uptimekuma_data:/app/data'