appstore-1panel/apps/siyuan/3.0.17/docker-compose.yml

21 lines
486 B
YAML
Raw Normal View History

2024-04-10 17:04:51 +08:00
services:
siyuan:
image: b3log/siyuan:v3.0.17
2024-04-10 17:04:51 +08:00
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