12 Commits
Author SHA1 Message Date
tobbbs 412d412ab8 Update compose.yaml 2026-07-01 17:05:36 +02:00
tobbbs 17b6f74694 Update compose.yaml 2026-07-01 16:47:18 +02:00
tobbbs 888bcf2a5d Update compose.yaml 2026-07-01 16:39:27 +02:00
tobbbs f915ca3319 Update compose.yaml 2026-07-01 16:36:01 +02:00
tobbbs 136e6de2e2 Update compose.yaml 2026-06-19 11:22:03 +02:00
tobbbs d9d52479e6 Update compose.yaml 2026-06-19 11:16:19 +02:00
tobbbs c60a382c98 Update compose.yaml 2026-06-14 23:17:26 +02:00
tobbbs 8559192606 Update compose.yaml 2026-06-10 12:14:17 +02:00
tobbbs a415366e63 Update compose.yaml 2026-06-10 12:13:36 +02:00
tobbbs edef53f2eb Update compose.yaml 2026-06-10 12:09:25 +02:00
tobbbs 0684f122f6 Add compose.yaml 2026-06-10 12:07:12 +02:00
tobbbs da83d83d9f Update README.md 2026-05-27 13:10:17 +02:00
3 changed files with 40 additions and 212 deletions
+4
View File
@@ -1,3 +1,7 @@
# Bragi-Local # Bragi-Local
My Compose Stacks for all my Docker Services running on my Local Server My Compose Stacks for all my Docker Services running on my Local Server
06_maintanance:
- Lubelogger
- Postgresql for Lubelogger
+34 -116
View File
@@ -1,134 +1,52 @@
version: "3.8"
services: services:
beszel: freshrss:
image: henrygd/beszel:latest image: freshrss/freshrss:latest
container_name: beszel container_name: freshrss
restart: unless-stopped
extra_hosts:
- host.docker.internal:host-gateway
# ports:
# - 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
volumes:
- /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:
- /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: environment:
- NTFY_BASE_URL=https://ntfy.doeringer.eu TZ: Europe/Berlin
networks: CRON_MIN: '*/15'
- bragi-local
command:
- serve
volumes:
- /opt/01_admin/ntfy:/var/cache/ntfy
- /etc/ntfy:/etc/ntfy
# ports: # ports:
# - 80:80 # - 80:80
volumes:
- /opt/08_reading/freshrss/data:/var/www/FreshRSS/data
- /opt/08_reading/freshrss/extensions:/var/www/FreshRSS/extensions
restart: unless-stopped
networks:
- bragi-local
code-server: kavita:
image: lscr.io/linuxserver/code-server:latest image: lscr.io/linuxserver/kavita:latest
container_name: code-server container_name: kavita
environment: environment:
- PUID=1000 - PUID=1000
- PGID=1000 - PGID=1000
- TZ=Europe/Berlin - TZ=Europe/Berlin
- PASSWORD=${PASSWORD_CODE}
- DEFAULT_WORKSPACE=/home/share/Repositories/Automation
volumes: volumes:
- /opt/01_admin/code/config:/config - /opt/08_reading/kavita/config:/config
- /home/share/Repositories/Automation:/home/share/Repositories/Automation - /mnt/immich/Books:/books
networks: # - /path/to/data:/data #optional
- bragi-local
# ports: # ports:
# - 8443:8443 # - 5000:5000
restart: unless-stopped
remotepower:
image: ghcr.io/tyxak/remotepower:latest # or `build: .` to build locally
container_name: remotepower
restart: unless-stopped restart: unless-stopped
networks: networks:
- bragi-local - bragi-local
leafwiki:
image: ghcr.io/perber/leafwiki:latest
container_name: leafwiki
user: 1000:1000
# ports: # ports:
# - "443:8443" # HTTPS — self-signed by default # - "8080:8080"
# - "80:8080" # HTTP — health, /ca.crt, redirects to HTTPS environment:
# environment: - LEAFWIKI_JWT_SECRET=${JWT}
# HTTPS on first boot, no cert wrangling. Set RP_TLS_HOST to your address: - LEAFWIKI_ADMIN_PASSWORD=${ADMIN}
# RP_TLS_SELFSIGNED: "1" - LEAFWIKI_ALLOW_INSECURE=true
# RP_TLS_HOST: "${RP_TLS_HOST:-localhost}"
volumes: volumes:
- /opt/01_admin/remotepower:/var/lib/remotepower - /opt/08_reading/leafwiki:/app/data
healthcheck: restart: unless-stopped
test: ["CMD", "python3", "-c", networks:
"import urllib.request,sys; sys.exit(0 if urllib.request.urlopen('http://localhost:8080/api/health',timeout=4).status==200 else 1)"] - bragi-local
interval: 60s
timeout: 5s
start_period: 15s
retries: 3
volumes:
remotepower_data:
termix-data:
driver: local
networks: networks:
bragi-local: bragi-local:
external: true external: true
-94
View File
@@ -1,94 +0,0 @@
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