Synced apps from source repository via GitHub Actions

This commit is contained in:
QYG2297248353
2025-05-12 03:43:59 +00:00
parent 8a168f3571
commit 9bde4052a9
69 changed files with 8 additions and 8 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.19.0
labels:
createdBy: Apps
networks:
- 1panel-network
ports:
- ${PANEL_APP_PORT_HTTP:-5700}:5700
restart: always
volumes:
- ${QINGLONG_ROOT_PATH}/data:/ql/data