add: homarr initial committ

This commit is contained in:
2026-02-25 20:59:12 -05:00
parent 50e2363837
commit bbd314cff5
9 changed files with 34 additions and 0 deletions

View File

@@ -0,0 +1,35 @@
---
# Dockge
# Modern docker-compose file manager
# Created by louislam
# ↳ https://github.com/louislam/dockge
services:
dockge:
image: louislam/dockge:latest
container_name: dockge
restart: unless-stopped
networks:
- proxy
# ports:
# - 5001:5001
environment:
PUID: 1000
PGID: 1000
DOCKGE_STACKS_DIR: "/opt/dockge/stacks"
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- /etc/timezone:/etc/timezone:ro
- /etc/localtime:/etc/localtime:ro
- /opt/dockge/stacks:/opt/dockge/stacks
- ./data:/app/data
networks:
proxy:
external: true
# Documentation available at https://github.com/louislam/dockge

View File

@@ -0,0 +1,32 @@
---
# Dozzle
# Log viewer for Docker containers
# Created by amir20
# ↳ https://github.com/amir20/dozzle
services:
dozzle:
image: amir20/dozzle:latest
container_name: dozzle
restart: unless-stopped
networks:
- proxy
# ports:
# - 8080:8080
environment:
PUID: 1000
PGID: 1000
volumes:
- /etc/timezone:/etc/timezone:ro
- /etc/localtime:/etc/localtime:ro
- /var/run/docker.sock:/var/run/docker.sock
networks:
proxy:
external: true
# Documentation available at https://dozzle.dev/

View File

@@ -0,0 +1,35 @@
---
# EmulatorJS
# Retro game emulation in the web browser
# Created by michael-j-green
# ↳ https://github.com/EmulatorJS/EmulatorJS
services:
emulator-js:
image: lscr.io/linuxserver/emulatorjs:latest
container_name: emulator-js
restart: unless-stopped
networks:
- proxy
# ports:
# - 80:80
# - 3000:3000
environment:
PUID: 1000
PGID: 1000
volumes:
- /etc/timezone:/etc/timezone:ro
- /etc/localtime:/etc/localtime:ro
- /home/fxequals/docker/emulator-js/config:/config
- /home/fxequals/docker/emulator-js/data:/data
- /home/fxequals/docker/emulator-js/
networks:
proxy:
external: true
# Documentation available at https://emulatorjs.org/docs

View File

@@ -0,0 +1,33 @@
---
# Homepage
# A dashboard for your self-hosted environment
# Created by
# ↳ https://github.com/gethomepage/homepage
services:
homepage:
image: ghcr.io/gethomepage/homepage:latest
container_name: homepage
restart: unless-stopped
networks:
- proxy
# ports:
# - 3000:3000
environment:
PUID: 1000
PGID: 1000
volumes:
- /etc/timezone:/etc/timezone:ro
- /etc/localtime:/etc/localtime:ro
- /home/fxequals/docker/homepage/config:/app/config
- /home/fxequals/docker/homepage/images:/app/public/images
networks:
proxy:
external: true
# Documentation available at https://gethomepage.dev/

View 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