Author SHA1 Message Date
tobbbs b8021ec997 Update compose.yaml 2026-07-14 14:54:29 +02:00
tobbbs ffea91815e Update compose.yaml 2026-07-14 14:48:29 +02:00
tobbbs ae6d1a9840 Update compose.yaml 2026-07-01 10:55:43 +02:00
tobbbs 49172aebc0 Update compose.yaml 2026-07-01 10:50:02 +02:00
tobbbs 644a290503 Update compose.yaml 2026-07-01 10:49:31 +02:00
tobbbs b064642f0f Update compose.yaml 2026-07-01 09:52:55 +02:00
tobbbs 89256a1d73 Update compose.yaml 2026-06-25 14:33:54 +02:00
tobbbs dc93805a34 Update compose.yaml 2026-06-25 14:00:32 +02:00
tobbbs 794da85e8f Update compose.yaml 2026-06-25 13:58:15 +02:00
tobbbs c3d8a264ca Update compose.yaml 2026-06-15 14:18:18 +02:00
tobbbs 5fe8924bf0 Update compose.yaml 2026-06-15 11:37:49 +02:00
tobbbs e4031184b6 Add glance.yml 2026-05-26 16:33:40 +02:00
tobbbs b984d8774b Add compose.yaml 2026-05-26 16:33:18 +02:00
3 changed files with 220 additions and 25 deletions
+1 -2
View File
@@ -1,4 +1,3 @@
# Bragi-Local
Services:
- Lubelogger
My Compose Stacks for all my Docker Services running on my Local Server
+122 -20
View File
@@ -1,32 +1,134 @@
version: "3.8"
services:
lubelogger:
image: ghcr.io/hargata/lubelogger:latest
build: .
beszel:
image: henrygd/beszel:latest
container_name: beszel
restart: unless-stopped
networks:
- bragi-local
volumes:
- /opt/06_maintanance/data:/App/data
- /opt/06_maintanance/keys:/root/.aspnet/DataProtection-Keys
extra_hosts:
- host.docker.internal:host-gateway
# ports:
# - 8082:8080
postgres:
image: postgres:14
# - 8090:8090
networks:
- bragi-local
volumes:
- /opt/beszel-container/beszel_data:/beszel_data
glance:
image: glanceapp/glance
container_name: glance
restart: unless-stopped
networks:
- bragi-local
environment:
POSTGRES_USER: lubelogger
POSTGRES_PASSWORD: lubepass
POSTGRES_DB: lubelogger
volumes:
- /opt/06_maintanance/init.sql:/docker-entrypoint-initdb.d/init.sql
- /opt/06_maintanance/postgres:/var/lib/postgresql/data
- /opt/dashboard/config:/app/config
- /opt/dashboard/assets:/app/assets
- /etc/localtime:/etc/localtime:ro
- /var/run/docker.sock:/var/run/docker.sock:ro
# ports:
# - 8080:8080
# env_file: .env
termix:
image: ghcr.io/lukegus/termix:release-2.2.1
container_name: termix
restart: unless-stopped
# ports:
# - '8080:8080'
volumes:
data: null
keys: null
postgres: null
- /opt/01_admin/termix/:/app/data
# environment:
# PORT: '8080'
depends_on:
- guacd
networks:
- bragi-local
termix-new:
image: ghcr.io/lukegus/termix:latest
container_name: termix-new
restart: unless-stopped
# ports:
# - '8080:8080'
volumes:
- /opt/01_admin/termix-new/:/app/data
# environment:
# PORT: '8080'
networks:
- bragi-local
guacd:
image: guacamole/guacd:1.6.0
container_name: guacd
restart: unless-stopped
# ports:
# - "4822:4822"
networks:
- bragi-local
ntfy:
image: binwiederhier/ntfy
container_name: ntfy
environment:
- NTFY_BASE_URL=https://ntfy.doeringer.eu
networks:
- bragi-local
command:
- serve
volumes:
- /opt/01_admin/ntfy:/var/cache/ntfy
- /etc/ntfy:/etc/ntfy
# ports:
# - 80:80
code-server:
image: lscr.io/linuxserver/code-server:latest
container_name: code-server
environment:
- PUID=1000
- PGID=1000
- TZ=Europe/Berlin
- PASSWORD=${PASSWORD_CODE}
- DEFAULT_WORKSPACE=/home/share/Repositories/Automation
volumes:
- /opt/01_admin/code/config:/config
- /home/share/Repositories/Automation:/home/share/Repositories/Automation
networks:
- bragi-local
# ports:
# - 8443:8443
restart: unless-stopped
remotepower:
image: ghcr.io/tyxak/remotepower:latest # or `build: .` to build locally
container_name: remotepower
restart: unless-stopped
networks:
- bragi-local
# ports:
# - "443:8443" # HTTPS — self-signed by default
# - "80:8080" # HTTP — health, /ca.crt, redirects to HTTPS
# environment:
# HTTPS on first boot, no cert wrangling. Set RP_TLS_HOST to your address:
# RP_TLS_SELFSIGNED: "1"
# RP_TLS_HOST: "${RP_TLS_HOST:-localhost}"
volumes:
- /opt/01_admin/remotepower:/var/lib/remotepower
healthcheck:
test: ["CMD", "python3", "-c",
"import urllib.request,sys; sys.exit(0 if urllib.request.urlopen('http://localhost:8080/api/health',timeout=4).status==200 else 1)"]
interval: 60s
timeout: 5s
start_period: 15s
retries: 3
volumes:
remotepower_data:
termix-data:
driver: local
networks:
bragi-local:
external: true
+94
View File
@@ -0,0 +1,94 @@
pages:
- name: Home
theme:
background-color: 219 16 21
contrast-multiplier: 1.2
primary-color: 193 43 67
positive-color: 92 28 65
negative-color: 354 42 56
# Optionally, if you only have a single page you can hide the desktop navigation for a cleaner look
# hide-desktop-navigation: true
columns:
- size: small
widgets:
- type: calendar
first-day-of-week: monday
- type: rss
limit: 10
collapse-after: 3
cache: 12h
feeds:
- url: https://selfh.st/rss/
title: selfh.st
limit: 4
- url: https://www.heise.de/security/feed.xml
title: Heise Security
limit: 5
- size: full
widgets:
- type: search
seach-engine: startpage
new-tab: true
- type: lobsters
sort-by: hot
tags:
- security
- linux
- type: videos
channels:
- UCR-DXc1voovS8nhAvccRZhg # Jeff Geerling
- UCsBjURrPoezykLs9EqgamOA # Fireship
- UCHnyfMqiRRG1u-2MsSQLbXA # Veritasium
- UCgdTVe88YVSrOZ9qKumhULQ # Hardware Haven
- UCywwEsnSmADUyhtSaq5dKNg # Zei
- UCqP87_tOqZczGdExeEz0prg # Eric Parker
- type: group
widgets:
- type: reddit
subreddit: selfhosted
show-thumbnails: true
- type: reddit
subreddit: technology
show-thumbnails: true
- type: reddit
subreddit: homelab
show-thumbnails: true
- size: small
widgets:
- type: weather
location: Eschenau, Germany
units: metric # alternatively "imperial"
hour-format: 24h # alternatively "24h"
# Optionally hide the location from being displayed in the widget
# hide-location: true
- type: custom-api
title: Random Fact
cache: 3h
url: https://uselessfacts.jsph.pl/api/v2/facts/random
template: |
<p class="size-h4 color-paragraph">{{ .JSON.String "text" }}</p>
# Add more pages here:
# - name: Your page name
# columns:
# - size: small
# widgets:
# # Add widgets here
# - size: full
# widgets:
# # Add widgets here
# - size: small
# widgets:
# # Add widgets here