Added uptime kuma

This commit is contained in:
Atridad Lahiji 2024-09-06 00:29:45 -06:00
parent d28582a018
commit ffed5c70b9
Signed by: atridad
SSH key fingerprint: SHA256:LGomp8Opq0jz+7kbwNcdfTcuaLRb5Nh0k5AchDDb438
5 changed files with 12 additions and 8 deletions

View file

@ -2,8 +2,6 @@
# SHARED_SECRET=super-secret-string
# ROOT_PASSWORD=super-secret-password
version: "3"
volumes:
docker_certs:

View file

@ -6,8 +6,6 @@
# DB_USERNAME=immich
# DB_DATABASE_NAME=immich
version: "3.7"
services:
immich-server:
image: ghcr.io/immich-app/immich-server:${IMMICH_VERSION:-release}

View file

@ -1,8 +1,6 @@
# SAMPLE ENV
# ROOT_PATH=/mnt/plex
version: "3"
services:
jellyfin:
image: lscr.io/linuxserver/jellyfin:latest

View file

@ -8,8 +8,6 @@
# SPAWN_PROTECTION=0
# VOLUME=/mnt/nvme/chtistianmc
version: '3'
services:
server:
image: itzg/minecraft-server:latest

12
compose/uptime.yml Normal file
View file

@ -0,0 +1,12 @@
# SAMPLE ENV
services:
kuma:
image: louislam/uptime-kuma:1
volumes:
#- ./data:/app/data
- ../server:/app/server
- ../db:/app/db
ports:
- "3069:3001"
- "3307:3306"