appstore-1panel/apps/siyuan/3.0.16/docker-compose.yml
renovate[bot] cc4ed476aa
chore(deps): update b3log/siyuan docker tag to v3.0.16 (#1475)
* chore(deps): update b3log/siyuan docker tag to v3.0.16

* 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>
2024-05-29 14:47:00 +08:00

21 lines
486 B
YAML

services:
siyuan:
image: b3log/siyuan:v3.0.16
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