mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2024-11-11 09:56:56 +08:00
579b0c125c
* chore(deps): update b3log/siyuan docker tag to v3.1.1 * Update app version [skip ci] --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: github-action update-app-version <githubaction@githubaction.com>
21 lines
485 B
YAML
21 lines
485 B
YAML
services:
|
|
siyuan:
|
|
image: b3log/siyuan:v3.1.1
|
|
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
|