Yay
All checks were successful
Deploy to School / deploy (push) Successful in 1s

This commit is contained in:
Chewico 2025-09-02 23:22:52 +02:00
parent 64d983750f
commit 0e32b2191e
2 changed files with 0 additions and 45 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 146 KiB

View File

@ -1,45 +0,0 @@
services:
perlite:
image: sec77/perlite:dev
container_name: perlite-build
environment:
- NOTES_PATH=Demo
- HIDE_FOLDERS=docs,private,trash
- HIDDEN_FILE_ACCESS=false
- LINE_BREAKS=true
- ABSOLUTE_PATHS=false
- ALLOWED_FILE_LINK_TYPES=pdf,mp4
- DISABLE_POP_HOVER=true
- SHOW_TOC=true
- SHOW_LOCAL_GRAPH=true
- HOME_FILE=README
- FONT_SIZE=15
- HTML_SAFE_MODE=true
- TEMP_PATH=/tmp
- SITE_TITLE=Demo
- SITE_TYPE=article
- SITE_URL=
- SITE_IMAGE=
- SITE_DESC=
- SITE_NAME=Perlite
- SITE_TWITTER=https://x.com/
- SITE_LOGO=perlite.svg
- SITE_HOMEPAGE=https://perlite.secure77.de/
- SITE_GITHUB=https://github.com/
volumes:
- ./Perlite/perlite:/var/www/perlite
- ./Perlite/perlite/Demo:/var/www/perlite/Demo:ro
web:
image: nginx:stable
container_name: perlite_web-build
ports:
- 8000:80
volumes:
- ./Perlite/web:/etc/nginx:ro
- ./Perlite/perlite:/var/www/perlite
- ./Perlite/perlite/Demo:/var/www/perlite/Demo:ro
depends_on:
- perlite