mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2024-11-11 00:26:55 +08:00
21 lines
486 B
YAML
21 lines
486 B
YAML
services:
|
|
siyuan:
|
|
image: b3log/siyuan:v3.0.10
|
|
container_name: ${CONTAINER_NAME}
|
|
restart: unless-stopped
|
|
user: '1000:1000'
|
|
ports:
|
|
- ${PANEL_APP_PORT_HTTP}:6806
|
|
networks:
|
|
- 1panel-network
|
|
command: ['--workspace=/siyuan/workspace/', '--accessAuthCode=${ACCESS_AUTH_CODE}']
|
|
volumes:
|
|
- ./data:/siyuan/workspace
|
|
environment:
|
|
- TZ=${TIME_ZONE}
|
|
labels:
|
|
createdBy: "Apps"
|
|
networks:
|
|
1panel-network:
|
|
external: true
|