feat: switch to multi instance automated by jenkins
All checks were successful
jenkins-ci Build successful

This commit is contained in:
2026-01-23 13:33:28 +00:00
parent 9d5cced7d6
commit 303579baea
2 changed files with 13 additions and 6 deletions

View File

@@ -1,17 +1,16 @@
services:
uptime-kuma:
image: louislam/uptime-kuma:2.0.2-slim
container_name: uptime-kuma
container_name: uptime-kuma-${USER_NAME}
restart: always
volumes:
- uptime_kuma_data:/app/data
- uptime-kuma-data:/app/data
- /var/run/docker.sock:/var/run/docker.sock:ro
networks:
- reverse-proxy
volumes:
uptime_kuma_data:
external: true
uptime-kuma-data:
networks:
reverse-proxy: