Update app version [skip ci]

This commit is contained in:
github-action update-app-version
2025-01-27 04:16:18 +00:00
parent 7744b11518
commit a40ceaae1b
7 changed files with 0 additions and 0 deletions
+32
View File
@@ -0,0 +1,32 @@
networks:
1panel-network:
external: true
services:
dujiaoka:
image: qyg2297248353/dujiaoka:v2.1.0
container_name: ${CONTAINER_NAME}
labels:
createdBy: "Apps"
restart: always
tty: true
networks:
- 1panel-network
ports:
- ${PANEL_APP_PORT_HTTP}:80
- ${PANEL_APP_PORT_API}:9000
env_file:
- ${GLOBAL_ENV_FILE:-/etc/1panel/envs/global.env}
- ${ENV_FILE:-/etc/1panel/envs/default.env}
volumes:
- ${DUJIAOKA_ROOT_PATH}/app:/app
environment:
- WEB_DOCUMENT_ROOT=/app/public
- DUJIAO_ADMIN_LANGUAGE=zh_CN
- BROADCAST_DRIVER=log
- SESSION_DRIVER=file
- SESSION_LIFETIME=120
- LOG_CHANNEL=stack
- APP_DEBUG=false
- APP_ENV=local
- DB_CONNECTION=mysql