Update app version [skip ci]

This commit is contained in:
github-action update-app-version
2024-11-19 03:58:58 +00:00
parent d028250cb2
commit 67ef354cea
5 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.0.9
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:
- /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