add: homarr initial committ
This commit is contained in:
35
obsidian-logic/_ARCHIVE/dockge/docker-compose.yml
Normal file
35
obsidian-logic/_ARCHIVE/dockge/docker-compose.yml
Normal 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
|
||||
0
obsidian-logic/_ARCHIVE/dozzle/dozzle.env
Normal file
0
obsidian-logic/_ARCHIVE/dozzle/dozzle.env
Normal file
32
obsidian-logic/_ARCHIVE/dozzle/dozzle.yml
Normal file
32
obsidian-logic/_ARCHIVE/dozzle/dozzle.yml
Normal 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/
|
||||
0
obsidian-logic/_ARCHIVE/emulator-js/emulator-js.env
Normal file
0
obsidian-logic/_ARCHIVE/emulator-js/emulator-js.env
Normal file
35
obsidian-logic/_ARCHIVE/emulator-js/emulator-js.yml
Normal file
35
obsidian-logic/_ARCHIVE/emulator-js/emulator-js.yml
Normal 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
|
||||
33
obsidian-logic/_ARCHIVE/homepage/docker-compose.yml
Normal file
33
obsidian-logic/_ARCHIVE/homepage/docker-compose.yml
Normal 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/
|
||||
32
obsidian-logic/_ARCHIVE/uptime-kuma/docker-compose.yml
Normal file
32
obsidian-logic/_ARCHIVE/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