minor updates
This commit is contained in:
32
obsidian-logic/_UNUSED/uptime-kuma/docker-compose.yml
Normal file
32
obsidian-logic/_UNUSED/uptime-kuma/docker-compose.yml
Normal file
@@ -0,0 +1,32 @@
|
||||
---
|
||||
|
||||
# Uptime Kuma
|
||||
# Web based status monitoring
|
||||
# Created by Louise Lam
|
||||
# ↳ https://github.com/louislam/uptime-kuma
|
||||
|
||||
services:
|
||||
uptime-kuma:
|
||||
image: louislam/uptime-kuma:latest
|
||||
container_name: uptime-kuma
|
||||
restart: unless-stopped
|
||||
|
||||
networks:
|
||||
- proxy
|
||||
# ports:
|
||||
# - 3001:3001
|
||||
|
||||
environment:
|
||||
PUID: 1000
|
||||
PGID: 1000
|
||||
|
||||
volumes:
|
||||
- /etc/timezone:/etc/timezone:ro
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
- /home/fxequals/docker/uptime-kuma/data:/app/data
|
||||
|
||||
networks:
|
||||
proxy:
|
||||
external: true
|
||||
|
||||
# Documentation available at https://github.com/louislam/uptime-kuma/wiki
|
Reference in New Issue
Block a user