chore: add gitea

This commit is contained in:
2026-06-01 19:56:55 -04:00
parent 08e394a1f0
commit e42861b860
9 changed files with 135 additions and 79 deletions
+8 -5
View File
@@ -1,14 +1,17 @@
---
services:
uptime-kuma:
image: louislam/uptime-kuma:1
image: louislam/uptime-kuma:2
container_name: uptime-kuma
network_mode: bridge
volumes:
- ./data:/app/data
- /srv/uptime-kuma/data:/app/data
ports:
- 3001:3001
- 127.0.0.1:3001:3001
environment:
- UID
- GID
- UID=1000
- GID=1000
- TZ=America/New_York
#- SSL_KEY=/data/privkey.pem
#- SSL_CERT=/etc/letsencrypt/live/status.charlesdanesi.com/fullchain.pem
restart: unless-stopped