Create Uptime-Kuma
This commit is contained in:
@@ -0,0 +1,2 @@
|
|||||||
|
# Host port that maps to Uptime Kuma's internal port 3001
|
||||||
|
UPTIME-KUMA_PORT=3001
|
||||||
@@ -0,0 +1,17 @@
|
|||||||
|
services:
|
||||||
|
app:
|
||||||
|
container_name: uptime-kuma
|
||||||
|
image: louislam/uptime-kuma:latest
|
||||||
|
ports:
|
||||||
|
- ${UPTIME-KUMA_PORT}:3001
|
||||||
|
volumes:
|
||||||
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
|
- uptime-kuma:/app/data
|
||||||
|
deploy:
|
||||||
|
resources:
|
||||||
|
limits:
|
||||||
|
memory: 512m
|
||||||
|
restart: unless-stopped
|
||||||
|
|
||||||
|
volumes:
|
||||||
|
uptime-kuma:
|
||||||
Reference in New Issue
Block a user