Synced apps from source repository via GitHub Actions

This commit is contained in:
QYG2297248353
2025-01-15 03:19:43 +00:00
parent 9f13843d2f
commit 4a1950c3eb
41 changed files with 6 additions and 6 deletions
+19
View File
@@ -0,0 +1,19 @@
networks:
1panel-network:
external: true
services:
qinglong:
container_name: qinglong
environment:
- QlPort=5700
- QlBaseUrl=${QINGLONG_BASE_URL:-/}
image: whyour/qinglong:2.18.1
labels:
createdBy: Apps
networks:
- 1panel-network
ports:
- ${PANEL_APP_PORT_HTTP:-5700}:5700
restart: always
volumes:
- ${QINGLONG_ROOT_PATH}/data:/ql/data