Son aktivite 1740938337

Strumento di monitoraggio dell'uptime

emanuelegori's Avatar emanuelegori bu gisti düzenledi 1740938337. Düzenlemeye git

Değişiklik yok

emanuelegori's Avatar emanuelegori bu gisti düzenledi 1740938223. Düzenlemeye git

Değişiklik yok

emanuelegori's Avatar emanuelegori bu gisti düzenledi 1740938178. Düzenlemeye git

1 file changed, 17 insertions

docker-compose.yml(dosya oluşturuldu)

@@ -0,0 +1,17 @@
1 + services:
2 + uptimekuma:
3 + image: louislam/uptime-kuma:1
4 + container_name: Uptime-Kuma
5 + hostname: uptimekuma
6 + mem_limit: 1g
7 + cpu_shares: 1024
8 + ports:
9 + # <Host Port>:<Container Port>
10 + - 3001:3001
11 + volumes:
12 + - ./data:/app/data:rw
13 + - /var/run/docker.sock:/var/run/docker.sock
14 + environment:
15 + TZ: Europe/Rome
16 + restart: unless-stopped
17 +
Daha yeni Daha eski