1
0
mirror of https://github.com/pooneyy/1Panel-Appstore.git synced 2026-03-20 19:41:03 +08:00
2025-06-22 20:02:07 +08:00

26 lines
586 B
YAML

networks:
1panel-network:
external: true
services:
bookstack:
image: linuxserver/bookstack:v25.05.1-ls209
container_name: ${CONTAINER_NAME}
labels:
createdBy: "Apps"
restart: always
networks:
- 1panel-network
ports:
- ${PANEL_APP_PORT_HTTP}:80
env_file:
- ${GLOBAL_ENV_FILE:-/etc/1panel/envs/global.env}
- ${ENV_FILE:-/etc/1panel/envs/default.env}
volumes:
- ${BOOKSTACK_ROOT_PATH}/config:/config
environment:
- TZ=Asia/Shanghai
- PUID=1000
- PGID=1000
- QUEUE_CONNECTION=database