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 58c403c1b8
2 changed files with 14 additions and 6 deletions

View File

@@ -1,16 +1,16 @@
services:
uptime-kuma:
uptime-kuma-${USER_NAME}:
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: