-
Notifications
You must be signed in to change notification settings - Fork 49
/
Copy pathdocker-compose.yml
43 lines (43 loc) · 1.46 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
name: xrayr
services:
xrayr:
deploy:
resources:
reservations:
memory: "64M"
image: ghcr.io/xrayr-project/xrayr:master
container_name: xrayr
labels:
icon: https://cdn.jsdelivr.net/gh/Cp0204/AppIcon@main/all/xrayr.png
restart: unless-stopped
volumes:
- type: bind
source: /DATA/AppData/xrayr
target: /etc/XrayR
- type: bind
source: /etc/timezone
target: /etc/timezone
network_mode: host
x-casaos:
architectures:
- amd64
- arm64
author: Cp0204
category: Network
description:
en_us: A Xray backend framework that can easily support many panels.
zh_cn: 一个基于Xray的后端框架,支持V2ay,Trojan,Shadowsocks协议,极易扩展,支持多面板对接。
developer: thank243
icon: https://cdn.jsdelivr.net/gh/Cp0204/CasaOS-AppStore-Play@main/Apps/xrayr/icon.png
index: /
main: xrayr
store_app_id: xrayr
tagline:
en_us: A Xray backend framework
zh_cn: 一个基于Xray的后端框架
tips:
before_install:
en_us: Before installation, please create a `config.yml` file in the directory `/DATA/AppData/xrayr/`. Documentation https://xrayr-project.github.io/XrayR-doc/xrayr-pei-zhi-wen-jian-shuo-ming/config.html
zh_cn: 在安装之前,请先在目录 `/DATA/AppData/xrayr/` 中创建 `config.yml` 文件。文档 https://xrayr-project.github.io/XrayR-doc/xrayr-pei-zhi-wen-jian-shuo-ming/config.html
title:
en_us: XrayR