1
0
mirror of https://github.com/Oreomeow/VIP.git synced 2026-02-13 07:25:16 +08:00
Files
vip/Conf/Qinglong/docker-compose.yml
2022-03-09 20:43:36 +08:00

26 lines
659 B
YAML

version: '3'
services:
qinglong:
image: whyour/qinglong:latest
container_name: qinglong
hostname: qinglong
restart: unless-stopped
tty: true
ports:
- '5700:5700'
- '5701:5701'
volumes:
- ./config:/ql/config
- ./db:/ql/db
- ./log:/ql/log
- ./repo:/ql/repo
- ./raw:/ql/raw
- ./scripts:/ql/scripts
- ./jbot:/ql/jbot
- ./ninja:/ql/ninja
environment:
- ENABLE_HANGUP=true
- ENABLE_TG_BOT=true
- ENABLE_WEB_PANEL=true
- TZ=CST-8