mirror of
https://github.com/whyour/qinglong.git
synced 2025-05-23 23:06:06 +08:00
添加 docker-compose.yml (#629)
This commit is contained in:
parent
3fceb983e6
commit
f5f036372f
16
docker-compose.yml
Normal file
16
docker-compose.yml
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
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/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