Added uptime kuma
This commit is contained in:
parent
d28582a018
commit
ffed5c70b9
5 changed files with 12 additions and 8 deletions
|
@ -2,8 +2,6 @@
|
||||||
# SHARED_SECRET=super-secret-string
|
# SHARED_SECRET=super-secret-string
|
||||||
# ROOT_PASSWORD=super-secret-password
|
# ROOT_PASSWORD=super-secret-password
|
||||||
|
|
||||||
version: "3"
|
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
docker_certs:
|
docker_certs:
|
||||||
|
|
||||||
|
|
|
@ -6,8 +6,6 @@
|
||||||
# DB_USERNAME=immich
|
# DB_USERNAME=immich
|
||||||
# DB_DATABASE_NAME=immich
|
# DB_DATABASE_NAME=immich
|
||||||
|
|
||||||
version: "3.7"
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
immich-server:
|
immich-server:
|
||||||
image: ghcr.io/immich-app/immich-server:${IMMICH_VERSION:-release}
|
image: ghcr.io/immich-app/immich-server:${IMMICH_VERSION:-release}
|
||||||
|
|
|
@ -1,8 +1,6 @@
|
||||||
# SAMPLE ENV
|
# SAMPLE ENV
|
||||||
# ROOT_PATH=/mnt/plex
|
# ROOT_PATH=/mnt/plex
|
||||||
|
|
||||||
version: "3"
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
jellyfin:
|
jellyfin:
|
||||||
image: lscr.io/linuxserver/jellyfin:latest
|
image: lscr.io/linuxserver/jellyfin:latest
|
||||||
|
|
|
@ -8,8 +8,6 @@
|
||||||
# SPAWN_PROTECTION=0
|
# SPAWN_PROTECTION=0
|
||||||
# VOLUME=/mnt/nvme/chtistianmc
|
# VOLUME=/mnt/nvme/chtistianmc
|
||||||
|
|
||||||
version: '3'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
server:
|
server:
|
||||||
image: itzg/minecraft-server:latest
|
image: itzg/minecraft-server:latest
|
||||||
|
|
12
compose/uptime.yml
Normal file
12
compose/uptime.yml
Normal 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"
|
Loading…
Add table
Reference in a new issue