Uptime Kuma
This commit is contained in:
17
uptime_kuma/compose.yml
Normal file
17
uptime_kuma/compose.yml
Normal file
@@ -0,0 +1,17 @@
|
||||
# Name: Uptime Kuma
|
||||
# https://github.com/louislam/uptime-kuma
|
||||
version: '3.9'
|
||||
services:
|
||||
uptime-kuma:
|
||||
image: 'louislam/uptime-kuma:1'
|
||||
container_name: uptime-kuma
|
||||
volumes:
|
||||
- '/home/rcadmin/uptime_kuma/data:/app/data'
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
ports:
|
||||
- '127.0.0.1:3001:3001'
|
||||
restart: always
|
||||
deploy:
|
||||
placement:
|
||||
constraints:
|
||||
- node.role == manager
|
||||
Reference in New Issue
Block a user