This commit is contained in:
krumel
2024-01-20 20:26:08 +00:00
parent f1e8c9aec0
commit fad036d559
16 changed files with 501 additions and 0 deletions

View File

@ -0,0 +1,27 @@
version: "3"
services:
server:
image: solidnerd/bookstack:latest
container_name: bookstack
environment:
- DB_HOST=192.168.2.90:3306
- DB_DATABASE=bookstack
- DB_USERNAME=bookstack
- DB_PASSWORD=9mbfcqxrxBc33UB8FwxC
- APP_URL='https://wiki.krumel.moe'
- FILE_UPLOAD_SIZE_LIMIT=50M
- APP_KEY='efb0b9f997b0f937a2ea99906fb05624'
# - APP_DEBUG=true
restart: always
networks:
- bookstack
# volumes:
ports:
- "8180:8080"
networks:
bookstack:
ipam:
config:
- subnet: 172.20.190.0/24