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: