1
0
mirror of https://github.com/pooneyy/1Panel-Appstore.git synced 2026-03-20 09:41:07 +08:00
1Panel-Appstore/siyuan/3.1.13/docker-compose.yml
github-action update-app-version d09ab01b0b Update app version [skip ci]
2024-11-22 06:26:22 +00:00

24 lines
546 B
YAML

networks:
1panel-network:
external: true
services:
siyuan:
image: b3log/siyuan:v3.1.13
container_name: ${CONTAINER_NAME}
labels:
createdBy: "Apps"
restart: always
networks:
- 1panel-network
command: [ '--workspace=/siyuan/workspace/', '--accessAuthCode=${AuthCode}' ]
user: 1000:1000
ports:
- ${PANEL_APP_PORT_HTTP}:6806
env_file:
- /etc/1panel/envs/global.env
volumes:
- ${SIYUAN_ROOT_PATH}/workspace:/siyuan/workspace
environment:
- RUN_IN_CONTAINER=true