Author SHA1 Message Date
tobbbs f1d90ed3c4 Update README.md 2026-05-27 13:09:33 +02:00
tobbbs 740557aeec Update compose.yaml 2026-05-27 13:09:15 +02:00
tobbbs 64bfae21f0 Add compose.yaml 2026-05-27 09:49:03 +02:00
2 changed files with 23 additions and 46 deletions
+2 -5
View File
@@ -1,7 +1,4 @@
# Bragi-Local # Bragi-Local
My Compose Stacks for all my Docker Services running on my Local Server Services:
- Lubelogger
06_maintanance:
- Lubelogger
- Postgresql for Lubelogger
+21 -41
View File
@@ -1,52 +1,32 @@
services: services:
freshrss: lubelogger:
image: freshrss/freshrss:latest image: ghcr.io/hargata/lubelogger:latest
container_name: freshrss build: .
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
kavita:
image: lscr.io/linuxserver/kavita:latest
container_name: kavita
environment:
- PUID=1000
- PGID=1000
- TZ=Europe/Berlin
volumes: volumes:
- /opt/08_reading/kavita/config:/config - /opt/06_maintanance/data:/App/data
- /mnt/immich/Books:/books - /opt/06_maintanance/keys:/root/.aspnet/DataProtection-Keys
# - /path/to/data:/data #optional # ports:
# ports: # - 8082:8080
# - 5000:5000 postgres:
image: postgres:14
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:
# - "8080:8080"
environment: environment:
- LEAFWIKI_JWT_SECRET=${JWT} POSTGRES_USER: lubelogger
- LEAFWIKI_ADMIN_PASSWORD=${ADMIN} POSTGRES_PASSWORD: lubepass
- LEAFWIKI_ALLOW_INSECURE=true POSTGRES_DB: lubelogger
volumes: volumes:
- /opt/08_reading/leafwiki:/app/data - /opt/06_maintanance/init.sql:/docker-entrypoint-initdb.d/init.sql
restart: unless-stopped - /opt/06_maintanance/postgres:/var/lib/postgresql/data
networks: - /etc/localtime:/etc/localtime:ro
- bragi-local volumes:
data: null
keys: null
postgres: null
networks: networks:
bragi-local: bragi-local:
external: true external: true