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
2 changed files with 46 additions and 49 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
+39 -46
View File
@@ -1,59 +1,52 @@
services: services:
newt: freshrss:
image: fosrl/newt image: freshrss/freshrss:latest
container_name: newt container_name: freshrss
environment:
TZ: Europe/Berlin
CRON_MIN: '*/15'
# ports:
# - 80:80
volumes:
- /opt/08_reading/freshrss/data:/var/www/FreshRSS/data
- /opt/08_reading/freshrss/extensions:/var/www/FreshRSS/extensions
restart: unless-stopped restart: unless-stopped
networks: networks:
- bragi-local - bragi-local
environment:
- PANGOLIN_ENDPOINT=https://tunnel.doeringer.eu
- NEWT_ID=yogqsqz240z1kgr
- NEWT_SECRET=chw2i78vd9w9mqaeyjxq7iyrvpu6z365zgmkxxiccus76933
hawser: kavita:
image: ghcr.io/finsys/hawser:latest image: lscr.io/linuxserver/kavita:latest
container_name: hawser container_name: kavita
environment:
- PUID=1000
- PGID=1000
- TZ=Europe/Berlin
volumes: volumes:
- /var/run/docker.sock:/var/run/docker.sock - /opt/08_reading/kavita/config:/config
- /opt/hawser-stacks:/opt/hawser-stacks - /mnt/immich/Books:/books
environment: # - /path/to/data:/data #optional
- STACKS_DIR=/opt/hawser-stacks # ports:
- DOCKHAND_SERVER_URL=wss://hydra.doeringer.eu/api/hawser/connect # - 5000:5000
- TOKEN=Dj-xnGfioO4x2UcAS72ipxRzhP9PSJUS6F8R66vI2WQ restart: unless-stopped
n8n:
image: n8nio/n8n:latest
container_name: n8n
restart: always
user: "${n8n_user}"
networks: networks:
- bragi-local - bragi-local
leafwiki:
image: ghcr.io/perber/leafwiki:latest
container_name: leafwiki
user: 1000:1000
# ports: # ports:
# - "${N8N_Port}:80" # - "8080:8080"
environment: environment:
- N8N_COMMUNITY_PACKAGES_ENABLED=true - LEAFWIKI_JWT_SECRET=${JWT}
- DB_SQLITE_POOL_SIZE=4 - LEAFWIKI_ADMIN_PASSWORD=${ADMIN}
- N8N_BASIC_AUTH_ACTIVE=true - LEAFWIKI_ALLOW_INSECURE=true
- N8N_RUNNERS_ENABLED=true
- NODE_FUNCTION_ALLOW_EXTERNAL=ws
- N8N_ENFORCE_SETTINGS_FILE_PERMISSIONS=true
- N8N_LISTEN_ADDRESS=0.0.0.0
- N8N_PROXY_HOPS=1
- N8N_PROTOCOL=https
- N8N_BASIC_AUTH_USER=${N8N_AUser}
- N8N_BASIC_AUTH_PASSWORD=${N8N_APass}
- N8N_HOST=${N8N_HOST}
- WEBHOOK_URL=${N8N_Webhook}
- N8N_PORT=80
- N8N_ENABLE_EXECUTE_COMMAND=true
- NODES_EXCLUDE=[]
#- NODE_TLS_REJECT_UNAUTHORIZED=0
volumes: volumes:
- /opt/00_infra/n8n:/home/node - /opt/08_reading/leafwiki:/app/data
restart: unless-stopped
networks:
- bragi-local
networks: networks:
bragi-local: bragi-local:
external: true external: true