This commit is contained in:
parent
64d983750f
commit
0e32b2191e
Binary file not shown.
|
Before Width: | Height: | Size: 146 KiB |
@ -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
|
|
||||||
|
|
||||||
|
|
||||||
Loading…
x
Reference in New Issue
Block a user