[5 Min Docker] Deploy Qinglong Panel – A scheduling task management panel into Cloud
Qinglong Panel is a timed task management panel that supports typescript, javaScript, python3, and shell.
https://github.com/whyour/qinglong
https://hub.docker.com/r/whyour/qinglong
https://hub.docker.com/r/whyour/qinglong
https://qinglong.online/
https://qinglong.online/en
Features
- Support for multiple scripting languages (python3, javaScript, shell, typescript)
- Support online management of scripts, environment variables, configuration files
- Support online view task log
- Support second-level task setting
- Support system level notification
- Support dark mode
- Support cell phone operation
Docker Deploy
Docker Run command:
# curl -sSL get.docker.com | sh docker run -dit / -v $PWD/ql/data:/ql/data / # The 5700 after the colon is the default port, if QlPort is set, it needs to be the same as QlPort. -p 5700:5700 / # Deployment paths are not required, e.g. /test. -e QlBaseUrl="/" / # Deployment port is not required, when using host mode, you can set the port after service startup, default 5700 -e QlPort="5700" / --name qinglong / --hostname qinglong / --restart unless-stopped / whyour/qinglong:latest
Docker Compose:
# curl -L https://github.com/docker/compose/releases/download/1.16.1/docker-compose-`uname -s`-`uname -m` -o /usr/local/bin/docker-compose mkdir qinglong wget https://raw.githubusercontent.com/whyour/qinglong/master/docker/docker-compose.yml # 启动 docker-compose up -d # 停止 docker-compose down
Videos
References
版权声明:
作者:zhangchen
链接:https://www.techfm.club/p/222489.html
来源:TechFM
文章版权归作者所有,未经允许请勿转载。
THE END
二维码
共有 0 条评论