From f915ca3319092883c22712ac2409ebead885f6b5 Mon Sep 17 00:00:00 2001 From: tobbbs <1+tobbbs@noreply.localhost> Date: Wed, 1 Jul 2026 16:36:01 +0200 Subject: [PATCH] Update compose.yaml --- compose.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/compose.yaml b/compose.yaml index a3d7493..4e5786d 100644 --- a/compose.yaml +++ b/compose.yaml @@ -30,6 +30,22 @@ services: restart: unless-stopped networks: - bragi-local + + leafwiki: + image: ghcr.io/perber/leafwiki:latest + container_name: leafwiki + user: 1000:1000 +# ports: +# - "8080:8080" + environment: + - LEAFWIKI_JWT_SECRET=${JWT} + - LEAFWIKI_ADMIN_PASSWORD=${ADMIN} + - LEAFWIKI_ALLOW_INSECURE=true # Required for plain HTTP. Omit for HTTPS (ensure `X-Forwarded-Proto: https` is forwarded). + volumes: + - /opt/08_reading/leafwiki:/app/data + restart: unless-stopped + networks: + - bragi-local networks: bragi-local: