mirror of
https://github.com/whyour/qinglong.git
synced 2025-07-28 15:36:07 +08:00
Add docker-compose.yml
This commit is contained in:
parent
0833aa3b30
commit
7d28d5d24c
17
docker-compose.yml
Normal file
17
docker-compose.yml
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
version: '2'
|
||||||
|
services:
|
||||||
|
web:
|
||||||
|
image: whyour/qinglong:latest
|
||||||
|
volumes:
|
||||||
|
- ./data/config:/ql/config
|
||||||
|
- ./data/log:/ql/log
|
||||||
|
- ./data/db:/ql/db
|
||||||
|
- ./data/scripts:/ql/scripts
|
||||||
|
- ./data/jbot:/ql/jbot
|
||||||
|
- ./data/repo:/ql/repo
|
||||||
|
ports:
|
||||||
|
- "0.0.0.0:5700:5700"
|
||||||
|
environment:
|
||||||
|
- ENABLE_HANGUP=true
|
||||||
|
- ENABLE_WEB_PANEL=true
|
||||||
|
restart: always
|
Loading…
Reference in New Issue
Block a user