1
0
mirror of https://github.com/6dylan6/jdpro.git synced 2026-04-16 20:43:01 +08:00

Compare commits

..

3 Commits

5 changed files with 17 additions and 31 deletions

View File

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

View File

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