Synced apps from source repository via GitHub Actions

This commit is contained in:
QYG2297248353
2025-02-28 03:26:52 +00:00
parent c3c99db874
commit f41b39ef87
58 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.18.2
labels:
createdBy: Apps
networks:
- 1panel-network
ports:
- ${PANEL_APP_PORT_HTTP:-5700}:5700
restart: always
volumes:
- ${QINGLONG_ROOT_PATH}/data:/ql/data