mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2026-06-16 01:02:14 +08:00
Update app version [skip ci]
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
networks:
|
||||
1panel-network:
|
||||
external: true
|
||||
|
||||
services:
|
||||
siyuan:
|
||||
image: b3log/siyuan:v3.3.1
|
||||
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:
|
||||
- ${GLOBAL_ENV_FILE:-/etc/1panel/envs/global.env}
|
||||
volumes:
|
||||
- ${SIYUAN_ROOT_PATH}/workspace:/siyuan/workspace
|
||||
environment:
|
||||
- RUN_IN_CONTAINER=true
|
||||
Reference in New Issue
Block a user