1
0
mirror of https://github.com/6dylan6/jdpro.git synced 2026-04-18 18:28:07 +08:00

Compare commits

..

1 Commits

Author SHA1 Message Date
roiding
79707ab215 Merge ededfc983e into 779fd19c1e 2025-05-16 10:50:46 +08:00
5 changed files with 31 additions and 17 deletions

View File

@@ -1,12 +1,17 @@
version: '2'
services:
ql_web:
image: whyour/qinglong:2.17.9
image: whyour/qinglong:2.11.3
container_name: ql
volumes:
- ./qinglong/data:/ql/data
- ./qinglong/deps/pnpm:/root/.local/share/pnpm
- ./qinglong/deps/pip3:/usr/local/lib/python3.11/site-packages
- ./data/config:/ql/config
- ./data/log:/ql/log
- ./data/db:/ql/db
- ./data/scripts:/ql/scripts
- ./data/repo:/ql/repo
ports:
- "5700:5700"
restart: unless-stopped
- "0.0.0.0:5700:5700"
environment:
- ENABLE_HANGUP=true
- ENABLE_WEB_PANEL=true
restart: always

View File

@@ -46,16 +46,25 @@ cd $ql_path
cat > docker-compose.yml <<EOF
version: '2'
services:
ql_web:
image: whyour/qinglong:2.17.9
container_name: ql
qinglong:
image: whyour/qinglong:2.11.3
container_name: qinglong
volumes:
- ./qinglong/data:/ql/data
- ./qinglong/deps/pnpm:/root/.local/share/pnpm
- ./qinglong/deps/pip3:/usr/local/lib/python3.11/site-packages
- ./data/config:/ql/config
- ./data/log:/ql/log
- ./data/db:/ql/db
- ./data/scripts:/ql/scripts
- ./data/repo:/ql/repo
ports:
- "5700:5700"
restart: unless-stopped
- "0.0.0.0:5500:5700"
networks:
- net
environment:
- ENABLE_HANGUP=true
- ENABLE_WEB_PANEL=true
restart: always
networks:
net:
EOF
docker-compose up -d
if [ $? -ne 0 ] ; then

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long