Update compose.yaml
This commit is contained in:
@@ -30,6 +30,22 @@ services:
|
|||||||
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:
|
||||||
|
- 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:
|
networks:
|
||||||
bragi-local:
|
bragi-local:
|
||||||
|
|||||||
Reference in New Issue
Block a user