feat: switch to multi instance automated by jenkins
Some checks failed
jenkins-ci Build failed

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

View File

@@ -1,16 +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
- kuma_${USER_NAME}:/app/data
- /var/run/docker.sock:/var/run/docker.sock:ro
networks:
- reverse-proxy
volumes:
uptime_kuma_data:
kuma_${USER_NAME}:
external: true
networks: