-
Notifications
You must be signed in to change notification settings - Fork 49
/
Copy pathdocker-compose.yml
57 lines (57 loc) · 1.75 KB
/
docker-compose.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
name: qinglong
services:
qinglong:
image: whyour/qinglong:latest
container_name: qinglong
deploy:
resources:
reservations:
memory: "256M"
network_mode: bridge
ports:
- target: 5700
published: "5700"
protocol: tcp
restart: unless-stopped
volumes:
- type: bind
source: /DATA/AppData/ql
target: /ql/data
x-casaos:
envs:
ports:
- container: "5700"
description:
en_us: WebUI Port
zh_cn: WebUI端口
volumes:
- container: /ql/config
description:
en_us: qinglong config directory.
zh_cn: 青龙配置目录
x-casaos:
architectures:
- amd64
- arm
- arm64
main: qinglong
author: Cp0204
category: Utilities
description:
en_us: QingLong is a platform for managing and executing scheduled tasks for Python3, JavaScript, Shell, and Typescript scripts.
zh_cn: 青龙是一个用于管理和执行Python3、JavaScript、Shell和Typescript脚本的定时任务平台。
developer: whyour
icon: https://cdn.jsdelivr.net/gh/Cp0204/CasaOS-AppStore-Play@main/Apps/qinglong/icon.png
screenshot_link:
- https://cdn.jsdelivr.net/gh/Cp0204/CasaOS-AppStore-Play@main/Apps/qinglong/screenshot-1.png
- https://cdn.jsdelivr.net/gh/Cp0204/CasaOS-AppStore-Play@main/Apps/qinglong/screenshot-2.png
tagline:
en_us: Task management platform for Python, JavaScript, Shell, and Typescript scripts.
zh_cn: 用于Python、JavaScript、Shell和Typescript脚本的任务管理平台。
thumbnail: https://cdn.jsdelivr.net/gh/Cp0204/CasaOS-AppStore-Play@main/Apps/qinglong/thumbnail.png
tips: {}
title:
en_us: QingLong
zh_cn: 青龙
index:
port_map: "5700"